no thread module in AIX?

Vladimir Marangozov Vladimir.Marangozov at inrialpes.fr
Sat Sep 4 07:43:01 EDT 1999


Mike Cat wrote:
> 
> Hi there!
> 
> I have installed 1.5.2 on AIX and can't find the thread module...
> Why that?
> 
> Mike

1. Make sure you ./configure --with-threads before installing it.
2. Also, if you're using IBM's cc(xlc) compiler, make sure you
   "make CC=cc_r(xlc_r)" which will link your binary with the reentrant
   version of the C library (libc_r.a) automatically.
   If you're using gcc, you'll have to check that the link is done with
   IBM's linker. See Misc/AIX-NOTES for more details.

If you still have a problem, please be more specific about it.
(AIX version, compiler, the error(s) you get, when/where (at compile
time, on import thread in Python) etc.).


-- 
       Vladimir MARANGOZOV          | Vladimir.Marangozov at inrialpes.fr
http://sirac.inrialpes.fr/~marangoz | tel:(+33-4)76615277 fax:76615252




More information about the Python-list mailing list