next up previous contents
Next: Cray T3E Up: Platform Notes Previous: HP-UX

SGI

Platform: IRIX64 6.5 07151439 IP27

C Compiler: MIPSpro Compilers: Version 7.2.1.3m

Notes: When using the configure script, the linker options -Bstatic and -Bdynamic are valid. Compiling the `_pyhlmodule.so' module failed however. It might be necessary to remove the $(LD_FORCE_STATIC) and $(LD_FORCE_SHARE) arguments from the LIBRARIES variable in the PyHL `Makefile'. Otherwise, the SGI compiler is very sensitive to the cleanliness of the code and requires tons of arguments to shut up:

CFLAGS= -woff 1174,1429,1209,1196,1685 -woff 799,803,835 -Wl,-woff,47,-woff,84,-woff,85,-woff,134
Add these arguments to the end of your CFLAGS variable. This list may not be complete.

Notes: FMI is gratefully acknowledged for letting use one of their machines.




2000-08-08