home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / vmsnet / sources / d / 797 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.5 KB  |  40 lines

  1. Newsgroups: vmsnet.sources.d
  2. Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!decwrl!csus.edu!netcom.com!rbp
  3. From: rbp@netcom.com (Bob Pasker)
  4. Subject: Re: WANTED: VMS C Compiler
  5. Message-ID: <1993Jan27.195743.12002@netcom.com>
  6. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  7. References: <1993Jan25.164110.107@roads.sa.gov.au>
  8. Date: Wed, 27 Jan 1993 19:57:43 GMT
  9. Lines: 29
  10.  
  11. lawes@roads.sa.gov.au writes:
  12.  
  13. >A mate of mine told me about a public domain C compiler to run on
  14. >VMS called GCC. Has anyone heard of it or know where I can get it?
  15. >Any information about other compilers would also be welcomed.
  16. >Thanks
  17.  
  18. version 1.42 can be found via ftp on prep.ai.mit.edu.  supposedly the
  19. 2.2 version is availible from a site in florida (there's a pointer to
  20. it in the directory on prep.ai.mit.edu), but when i checked the
  21. florida site last week, there was only a file saying tht the 2.2
  22. compiler had been temporarily removed.
  23.  
  24. i'm using it and it works pretty well, although it has a couple of
  25. minor annoyances, such as not passing the .C file into the $OPEN as a
  26. related file spec for the .obj and .lis files. this means you get
  27. funny names like ".;1" if you specify something like "/obj=dev:[obj]"
  28. on the command line without the file name itself.  also, "toupper()"
  29. and "tolower()" in "ctyp.h" don't do what one expect, they merely
  30. add/subtract 32 from the argument rather than testing the input arg
  31. for the proper range.
  32.  
  33. more info can be gotten from newsgroup gnu.gcc.help or
  34. help-gcc@prep.ai.mit.edu.
  35. -- 
  36. -- 
  37. -- bob pasker
  38. -- rbp@netcom.com
  39. --
  40.