home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11385 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.4 KB

  1. Path: sparky!uunet!mcsun!fuug!demos!kiae!glas!demos!dorsai.com!head
  2. From: head@dorsai.com
  3. Newsgroups: comp.lang.c++
  4. Date: 18 Jul 92 00:26 MDT
  5. Subject: Re: C++ for VAX/VMS
  6. Sender: Notesfile to Usenet Gateway <notes@glas.apc.org>
  7. Message-ID: <1992Jul17.202648.18621@dorsai.co>
  8. References: <4542@daily-planet.concordia.ca>
  9. Nf-ID: #R:daily-planet.concordia.ca:4542:1992Jul17.202648.18621@dorsai.co:1671847644:001:980
  10. Nf-From: dorsai.com!head    Jul 18 00:26:00 1992
  11. Lines: 22
  12.  
  13.  
  14. henry2@sunlite.concordia.ca (Henry Polley) writes:
  15. : Does anyone know of a c++ compiler for the vax/vms environment?
  16. : I am looking for something that is commercial preferably.
  17.  
  18. I'm not sure of a commercial product, but the Free Software Foundation offers
  19. the GNU C++ compiler.  You can find it, and a lot of other wonderful things
  20. on the DECUS tapes (thanks R.S.).
  21.  
  22. GNU software is not commerical (in fact, just the opposite).  I have found
  23. it to be excellent.  I have had a problem with GNU C++ streams, however.
  24. I'm getting an unresolved linker error on a symbol that is clearly the
  25. munged name for stream operator<<.  I checked the VMS library distributed
  26. with GNU C++, and I did find a symbol that matches almost exactly -- it's
  27. off by a single character ("$" v. "_" I think).  Anyway, I'm pretty sure
  28. I didn't install and build things correctly, and that is the cause of the
  29. linker problem.  (If anyone can clue me in to how to resolve it, I'd be
  30. most appreciative.)
  31.  
  32.  
  33.