home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / CDROM / Contents / READMEs / Peanuts-2 / Developer / languages / modula / m3.README next >
Encoding:
Text File  |  1996-11-09  |  1.2 KB  |  28 lines

  1. Modula-3 for the NeXT.
  2.  
  3. I built this from 2.11.  Install it in /usr/local.  It looks in /usr/local/m3/... for various tools.
  4.  
  5. To install:
  6.  
  7. copy the file m3.NEXT.2.11.compressed to /usr/local
  8. select it
  9. select File -> Decompress from the WordSpace menu
  10.  
  11. It takes around 8MB.  You can probably save some space if you rebuild the libraries with -g off.  I built the original with -g on for everything.  It was almost 15Mb.
  12.  
  13. You can get the source for the compiler, linker, libraries and lots of other very interesting source from:
  14.  
  15. gatekeeper.dec.com
  16. in pub/DEC/Modula-3/...
  17.  
  18. ---------
  19. There are messages about some of the archive names getting truncated when building libm3.  I am ignoring that for now...
  20.  
  21. Perhaps someone will look at them while adding support for shared libraries!
  22. ---------
  23.  
  24. I intend to do more with Modula-3 when I have time.  I hope the tools as they are will give others a chance to check the language out.  I would like to make the system more NeXTish.  I am very interested in what happens if you use cthreads and the native memory management.  If anyone can tell me how to build shared libraries, I will rebuild this version with shared libraries.
  25.  
  26.  
  27. Gary
  28. ggf@jsoft.com