Porting a Python app to IRIX -- need help

Jody Winston jody at adsl-216-62-149-210.dsl.hstntx.swbell.net
Mon Mar 25 11:39:29 EST 2002


"Paul F. Dubois" <dubois at users.sourceforge.net> writes:

> I am trying to get a Python-based app running on an SGI running IRIX 6.5. I
> am running into a problem involving some objects being compiled "n32" and
> others "o32". The linker refuses to link them.
> 
> I got pretty far by setting environment variable CC to "cc" but then it
> complained that the X11 library is o32. Can an SGI person tell me whether
> o32 or n32 is "normal" and what I tell the compiler to be sure I get that?
> 

To force the compilers and linkers to use only one ABI set the
environment variable SGI_ABI for example:

setenv SGI_ABI "-n32"
-- 
Jody Winston



More information about the Python-list mailing list