[Python-bugs-list] [ python-Bugs-404277 ] Linking error on AIX (Python 1.5.2)

nobody nobody@sourceforge.net
Mon, 26 Feb 2001 05:17:19 -0800


Artifact #404277, was updated on 2001-02-26 05:15
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=404277&group_id=5470

Category: Distutils
Group: None
Status: Deleted
Priority: 5
Submitted By: Rene Liebscher
Assigned to: Nobody/Anonymous
Summary: Linking error on AIX (Python 1.5.2)

Initial Comment:
The patch from 1.32 to 1.33 of file sysconfig.py
removes some special actions for AIX and BeOS
concerning the paths to the linker scripts.

On Python 1.5.2 these parts are still needed, 
because it doesn't have this new style of Makefile
( LDSHARED and BLDSHARED )

The old version (1.5.2) has no BLDSHARED so if is not
found you could execute the old code to stay
compatible.

Or you declare that Distutils is not suited for
versions <2.X.


Error message (PyOpenGL build):
../././Modules/ld_so_aix cc
build/temp.aix-3-000769244C00-1.5/_openglmodule.o
-L/usr/local/lib -L/usr/X11/lib -L/usr/X11R6/lib
-L/usr/lib -lGL -lX11 -lXext -o
build/lib.aix-3-000769244C00-1.5/OpenGL/dynload/aix4/_opengl.so
unable to execute ../././Modules/ld_so_aix: No such
file or directory
error: command '../././Modules/ld_so_aix' failed with
exit status 1


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

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