[Python-bugs-list] [ python-Bugs-419062 ] python 2.1 : building pbs on AIX 4.3.2

noreply@sourceforge.net noreply@sourceforge.net
Thu, 14 Jun 2001 03:47:32 -0700


Bugs item #419062, was updated on 2001-04-25 23:59
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=419062&group_id=5470

Category: Build
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: python 2.1 :  building pbs on AIX 4.3.2

Initial Comment:
I met what could be called "regression"? problems : 
the "make all" process stopped at the beginning of the 
building of the shared modules under AIX 4.3.2.

1. it is looking for a "ld_so_aix" under the 
destination directory (${prefix}/lib/python2.1}) ... 
which, for an obvious reason is not there during the 
compiling phase 

2. if you try to force the process by creating the 
directory and putting the "so needed" program in it, a 
new stop occurs : it is unable to find 
the "Python.exp" or whatever other *.exp file needed 
by the linking process

Those problems didn't occur during the build of python 
2.0 wich has been compiled fine under AIX 4.3.2


----------------------------------------------------------------------

Comment By: The Written Word (china) (tww-china)
Date: 2001-06-14 03:47

Message:
Logged In: YES 
user_id=119770

Try the patch at
ftp://ftp.thewrittenword.com/outgoing/pub/python-2.1-419062.patch

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=419062&group_id=5470