[Python-bugs-list] [Bug #132633] modules not building on AIX 4.2.1

noreply@sourceforge.net noreply@sourceforge.net
Mon, 19 Feb 2001 13:59:04 -0800


Bug #132633, was updated on 2001-Feb-15 15:32
Here is a current snapshot of the bug.

Project: Python
Category: Extension Modules
Status: Closed
Resolution: Invalid
Bug Group: Platform-specific
Priority: 5
Submitted by: bcollar
Assigned to : nobody
Summary: modules not building on AIX 4.2.1

Details: Hello

ran:

CC=cc_r CFLAGS="-O2 -qmaxmem=6000" ./configure --without-gcc
--prefix=/development/utils and 
make CC=cc_r OPT="-O2 -qmaxmem=6000" on 2.1a2 code patched with 103679 and
two manual additions in the Makefile so ld_so_aix and makexp_aix are found
(these last two things were committed into CVS, but I forget the patch
numbers...).
Python itself builds fine, but the following occurs when building any
module:

building 'fpectl' extension
skipping /tmp/python/python/dist/src/Modules/fpectlmodule.c
(build/temp.aix-2-000310094C00-2.1/fpectlmodule.o up-to-date)
@BLDSHARED@ build/temp.aix-2-000310094C00-2.1/fpectlmodule.o
-L/usr/local/lib -o build/lib.aix-2-000310094C00-2.1/fpectl.so
unable to execute @BLDSHARED@: No such file or directory


Follow-Ups:

Date: 2001-Feb-19 13:59
By: fdrake

Comment:
Closed since the submittor says it was his fault.
-------------------------------------------------------

Date: 2001-Feb-15 15:52
By: bcollar

Comment:
aw crap, that was my fault, sorry! please disregard this bug
-------------------------------------------------------

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