distutils question

Curtis Jensen cjensen at bioeng.ucsd.edu
Mon Sep 24 12:32:13 EDT 2001


Please forgive my ignorance about distutils.  

I'm trying to install PyOpenGL on irix.  I keep getting binary
incompatability errors from the linker (o32 vs. n32 problem).  

I need to tell distutils to use a different library path than the
default one that it finds for the OpenGL libraries.  I want to change
"ld .... -L/usr/lib ..." to "ld ... -L/usr/lib/lib32 ..."  Unfortunatly,
I am unable to figure out how.  Thanks for any help.

-- 
Curtis Jensen
cjensen at bioeng.ucsd.edu
http://www-bioeng.ucsd.edu/~cjensen/
FAX (425) 740-1451



More information about the Python-list mailing list