[Python-bugs-list] [Bug #129991] build process references ld_so_aix in lib before it exists

noreply@sourceforge.net noreply@sourceforge.net
Wed, 24 Jan 2001 16:22:01 -0800


Bug #129991, was updated on 2001-Jan-24 16:22
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Submitted by: bcollar
Assigned to : nobody
Summary: build process references ld_so_aix in lib before it exists

Details: Platform: AIX 4.2.1. performed ./configure --without-gcc
--without-threads --prefix=/development/utils. Had to do --without-threads
because otherwise it builds, but core dumps. make CC=xlC OPT="-O2
-qmaxmem=4000".

make bombs because there is not a directory called
/development/utils/lib/python2.1. Here is the relevant output from make:

running build
running build_ext
building 'struct' extension
skipping /development/utils/src/Python-2.1a1/Modules/structmodule.c
(build/temp.aix-2-000310094C00-2.1/structmodule.o up-to-date)
/development/utils/lib/python2.1/config/ld_so_aix cc
-bI:/development/utils/lib/python2.1/config/python.exp
build/temp.aix-2-000310094C00-2.1/structmodule.o -L/usr/local/lib -o
build/lib.aix-2-000310094C00-2.1/struct.so
unable to execute /development/utils/lib/python2.1/config/ld_so_aix: No
such file or directory
error: command '/development/utils/lib/python2.1/config/ld_so_aix' failed
with exit status 1
make: 1254-004 The error code from the last command is 1.


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=129991&group_id=5470