[ python-Bugs-868529 ] Configure error with 2.3.3 on AIX 5.2 using gcc 3.3.2

SourceForge.net noreply at sourceforge.net
Wed Jan 7 10:58:24 EST 2004


Bugs item #868529, was opened at 2003-12-31 12:43
Message generated for change (Comment added) made by wheelrl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=868529&group_id=5470

Category: Build
Group: Python 2.3
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Richard Wheeler (wheelrl)
Assigned to: Nobody/Anonymous (nobody)
Summary: Configure error with 2.3.3 on AIX 5.2 using gcc 3.3.2

Initial Comment:
aixth4(cmadmin)# gcc -v -save-temps -o conftest -g -
O2   conftest.c
Reading specs from /cmDevTest/Dev/local/bin/../lib/gcc-
lib/powerpc-ibm-
aix5.1.0.0/3.3.2/specs
Configured with: ../gcc-3.3.2/configure --disable-nls
Thread model: aix
gcc version 3.3.2
 /cmDevTest/Dev/local/bin/../lib/gcc-lib/powerpc-ibm-
aix5.1.0.0/3.3.2/cc1 -E -
quiet -v -iprefix /
cmDevTest/Dev/local/bin/../lib/gcc-lib/powerpc-ibm-
aix5.1.0.0/3.3.2/ -
D__GNUC__=3 -D__GNUC_MINOR_
_=3 -D__GNUC_PATCHLEVEL__=2 conftest.c -O2 
conftest.i
ignoring nonexistent 
directory "/cmDevTest/Dev/local/bin/../powerpc-ibm-
aix5.1.0.0/include"
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "NONE/include"
ignoring nonexistent directory "/usr/local/lib/gcc-
lib/powerpc-ibm-
aix5.1.0.0/3.3.2/include"
ignoring nonexistent directory "/usr/local/powerpc-ibm-
aix5.1.0.0/include"
#include "..." search starts here:
#include <...> search starts here:
 /cmDevTest/Dev/local/bin/../lib/gcc-lib/powerpc-ibm-
aix5.1.0.0/3.3.2/include
 /usr/include
End of search list.
 /cmDevTest/Dev/local/bin/../lib/gcc-lib/powerpc-ibm-
aix5.1.0.0/3.3.2/cc1 -
fpreprocessed conftest
.i -quiet -dumpbase conftest.c -auxbase conftest -g -
O2 -version -o conftest.s
GNU C version 3.3.2 (powerpc-ibm-aix5.1.0.0)
        compiled by GNU C version 3.3.2.
GGC heuristics: --param ggc-min-expand=32 --param 
ggc-min-heapsize=4096
In file included from conftest.c:23:
/usr/include/pthread.h:554: error: parse error before '*' 
token
/usr/include/pthread.h:557: error: parse error before '*' 
token
/usr/include/pthread.h:561: error: parse error before '*' 
token
/usr/include/pthread.h:564: error: parse error before '*' 
token
/usr/include/pthread.h:567: error: parse error before '*' 
token
/usr/include/pthread.h:570: error: parse error before '*' 
token
/usr/include/pthread.h:573: error: parse error before '*' 
token
/usr/include/pthread.h:576: error: parse error before '*' 
token
/usr/include/pthread.h:579: error: parse error before '*' 
token
/usr/include/pthread.h:583: error: parse error before '*' 
token


----------------------------------------------------------------------

>Comment By: Richard Wheeler (wheelrl)
Date: 2004-01-07 10:58

Message:
Logged In: YES 
user_id=249546

gcc 3.3.2 for AIX 5.2 must have AIX APAR IY46553 applied.  
It corrects the system header files in /include.

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2004-01-01 16:21

Message:
Logged In: YES 
user_id=33168

The problem is that pthread_rwlock_t is not defined.  I
don't have access to AIX 5.x.  Can you try to find if it is
defined in another header file or if something needs to be
#defined?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=868529&group_id=5470



More information about the Python-bugs-list mailing list