Compiling Python 2.2 on AIX 4.3.3 ML 8

Christian Walther cptsalek at web.de
Fri Jan 11 05:34:58 EST 2002


Hi Marco,

marco <mdlch at altavista.net> wrote in message news:<yibd70hmxxt.fsf at coxeter.math.toronto.edu>...
> cptsalek at web.de (Christian Walther) writes:
> 
> >            ./Modules/makexp_aix Modules/python.exp "" libpython2.2.a; 
> >  -Wl,-bE:Modules/python.exp -lld -o python Modules/ccpython.o 
> > libpython2.2.a -ldl  -lpthread   -lm
> > /bin/sh: -Wl,-BE:Modules/python.exp: not found.
> 
> Please take a look at the following article (the URL is a single line):
> 
> http://groups.google.com/groups?hl=en&selm=yibr8qq8mad.fsf%40coxeter.math.toronto.edu
> 
> Cheers,

some details changed from 2.2b4 to 2.2 (final), so here we go:
* Lines 1415-1417 in the configuration file containing $(LINKCC) now
moved to
  1429-1431 (just in case anybody is searching for them), here, the
rest remains
  the same
* The path in which the three files (ld_so_aix, makexp_aix and
python.exp)
  should end up in now is <prefix>/lib/python2.2/conf (which means
that the conf
  has been added)

Thats' all. (Nothing two eyes can't see, you know?)

So, thanks for your Posting, Marco (I noticed that you where the
author of the Posting right after sending you the eMail ;-), you did a
good job!
It's a pity that your comments/help/bug report hasn't been included in
this final release of 2.2. Did you place a bug report on sourceforge?
see: http://sourceforge.net/tracker/?group_id=5470&atid=105470

Cheers,
Christian



More information about the Python-list mailing list