This file contains notes on compiling the code for different platforms. ======================================================================= MAT-1.0.2 has been successfully compiled and tested on the following platforms: Machine OS Compiler Notes SUN SparcStation SunOS 4.1.3 gcc 2.6.3 " " SunOS 5.3 (Solaris) SparcWorks use bootstrap with cc 2.0.1, additional option gcc 2.6.3 -solaris SGI SiliconGraphics IRIX 5.2 SGI cc, gcc 2.6.3 Hewlett Packard HP-UX A.08.07 cc compile with cc and HP 9000/755 options cc -Aa -Wp,-H20000 config.def will set it automatically DECstation ULTRIX 4.3 gcc 2.5.8 Pentium PC BSD/OS 2.0 gcc 2.6.3 Pentium PC Linux 1.2.13 gcc 2.7.2 ./lib/Sy_SkelTraverse.c should be compiled with -g HELPFUL HINTS: Sometimes, problems occur during compilation of large files or construction of large libraries, simply because there is not enough space in /tmp to accommodate temporary files created by compiler or archiver programs. On many systems, you can set a TMPDIR environment variable. Try to make TMPDIR point at a directory with enough disk space available by issuing the command setenv TMPDIR newdirectory_name