| 1 | Subject: AIX - Misc/AIX-NOTES
|
|---|
| 2 | From: Vladimir Marangozov <[email protected]>
|
|---|
| 3 | To: [email protected] (Guido van Rossum)
|
|---|
| 4 | Date: Wed, 6 Aug 1997 11:41:00 +0200 (EET)
|
|---|
| 5 |
|
|---|
| 6 | ==============================================================================
|
|---|
| 7 | COMPILER INFORMATION
|
|---|
| 8 | ------------------------------------------------------------------------------
|
|---|
| 9 |
|
|---|
| 10 | (1) A problem has been reported with "make test" failing because of "weird
|
|---|
| 11 | indentation." Searching the comp.lang.python newsgroup reveals several
|
|---|
| 12 | threads on this subject, and it seems to be a compiler bug in an old
|
|---|
| 13 | version of the AIX CC compiler. However, the compiler/OS combination
|
|---|
| 14 | which has this problem is not identified. In preparation for the 1.4
|
|---|
| 15 | release, Vladimir Marangozov ([email protected]) and Manus Hand
|
|---|
| 16 | ([email protected]) reported no such troubles for the following compilers and
|
|---|
| 17 | operating system versions:
|
|---|
| 18 | AIX C compiler version 3.1.2 on AIX 4.1.3 and AIX 4.1.4
|
|---|
| 19 | AIX C compiler version 1.3.0 on AIX 3.2.5
|
|---|
| 20 | If you have this problem, please report the compiler/OS version.
|
|---|
|
|---|