Re: Any AIX experts out there?

"M.-A. Lemburg" <[email protected]> Sat, 01 Feb 2003 22:25:00 +0100
Newsgroups gmane.comp.python.snake-farm.user
Organization eGenix.com Software GmbH
Message-ID <[email protected]>
Laura Creighton wrote:
> The Snake Farm is having trouble building Python on AIX.
> See: http://lists.lysator.liu.se/pipermail/snake-farm/2003-January/000654.html
> 
> Does anybody recognise these symptoms?

Some tips:

* you may not rename the binary of the interpreter after you have
   built it; use a symbolic link instead (e.g. copying "python"
   to "python2.2" and the running python2.2 will cause the AIX
   dynamic linker to dump core).

* building has to be done with:

   configure --without-gcc
   gmake CC=cc_r OPT="-O2 -qmaxmem=4000"
   gmake CC=cc_r OPT="-O2 -qmaxmem=4000" install

   (gmake == GNU make; this is important !)

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
_______________________________________________________________________
eGenix.com -- Makers of the Python mx Extensions: mxDateTime,mxODBC,...
Python Consulting:                               http://www.egenix.com/
Python Software:                    http://www.egenix.com/files/python/