2.4.2 on AIX 4.3 make fails on threading

Donn Cave donn at drizzle.com
Wed Nov 23 02:11:35 EST 2005


Quoth Paul Watson <pwatson at redlinepy.com>:
| When I try to build 2.4.2 on AIX 4.3, it fails on missing thread 
| objects.  I ran ./configure --without-threads --without-gcc.
|
| Before using --without-threads I had several .pthread* symbols missing. 
|   I do not have to have threading on this build, but it would be helpful 
| if it is possible.  The machine has the IBM C compiler.  Can anyone 
| suggest a configuration or some change that I can make to cause this to 
| build correctly?  Thanks.
|
| $ xlc 2>&1|head -1
|    VisualAge C++ Professional / C for AIX Compiler, Version 5

In earlier compilers, and I think this one too, "cc_r" (instead of "xlc")
gives you the thread options and libraries.

	Donn Cave, donn at drizzle.com




More information about the Python-list mailing list