README.Irix 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Date: Thu, 13 Apr 2000 09:38:04 +0200
  2. From: Andreas Unterkircher <unterkir@ifu.bepr.ethz.ch>
  3. To: gtl-users@infosun.fmi.uni-passau.de
  4. Subject: GTL on IRIX and True64/Digitial Unix
  5. There have been some complaints that linking the GTL archive under SGI's
  6. IRIX and Compaq's True64 Unix (earlier it was called "Digital Unix") does
  7. not work. Here is description how to do it (I tested it only for static
  8. linking, but I think it should work for dynamic linking too).
  9. SGI (MIPSpro C++ compiler V7.30):
  10. Compile the GTL sources with "CC -LANG:std -ptused" then build the archive
  11. (ar cru libGTL.a *.o).
  12. Compaq/DEC (Compaq C++ compiler V6.2-024):
  13. Compile the GTL sources with "cxx". The compiler produces the object files
  14. plus a directory called "cxx_repository" with template instantiation
  15. object files. Put the GTL object files and the instantiation object files
  16. into libGTL.a.
  17. Best regards,
  18. Andreas
  19. ---
  20. Andreas Unterkircher Institut fuer Umformtechnik
  21. ETH Zentrum / CLA, Tannenstr. 3, CH-8092 Zuerich, Switzerland
  22. unterkir@ifu.bepr.ethz.ch / ++41 1 632 66 21 / www.ifu.ethz.ch