Python 2.2 build problems on AIX

Lee lbliss at dls.net
Thu Jul 10 09:31:47 EDT 2003


Sac <sac at noreply.com> wrote in message news:<vgof6tpeol9neb at corp.supernews.com>...
> edadk wrote:
> 
> > Hi
> > 
> > I building Python on AIX using
> > 
> > make
> > 
> > However, I get some errors when building
> > 
> > readline
> > gdbm
> > 
> > and
> > 
> > -ltermcap
> > 
> > is missing. See below. Can those problems be fixed?
> > 
> > Erling
> > 
> > building 'readline' extension
> > cc_r -DNDEBUG -O -I.
> > -I/mnt/mds/metawrk/edanders/Python-2.2.3/./Include
> > -I/usr/local/include -I/mnt/mds/metawrk/edanders/Pytho
> > 2.2.3/Include -I/mnt/mds/metawrk/edanders/Python-2.2.3 -c
> > /mnt/mds/metawrk/edanders/Python-2.2.3/Modules/readline.c -o build/t
> 
> ...(Lines Deleted)
> 
> Greetings,
> 
> You may wish to grab some of these tools and utilities from IBM. Many
> Open Source packages are available. Project heading is Linux Toolbox
> for AIX.
> 
> Source and binaries are available from the following IBM website:
> ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox
> 
> Installation instructions are available from
> ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/README.txt
> 
> Cheers...


You definitely want to install readline, gdbm, etc.  They are
available either on the Linux CD that came with AIX or from the ftp
site above.  I was able to complete the build once I installed the
termcap libraries from the AIX CDs.  From the smit install, search for
the string termcap.  It will find two filesets.  Install both and the
build should work.




More information about the Python-list mailing list