home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / g / help / 1040 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.3 KB  |  49 lines

  1. Xref: sparky gnu.g++.help:1040 gnu.gcc.help:1773
  2. Path: sparky!uunet!racerx!bridge.COM
  3. From: rodb@bridge.COM (Rod Burman)
  4. Newsgroups: gnu.g++.help,gnu.gcc.help
  5. Subject: G++ and VMS
  6. Message-ID: <1131@racerx.bridge.COM>
  7. Date: 24 Jul 92 20:47:30 GMT
  8. Sender: rodb@racerx.bridge.COM
  9. Followup-To: gnu.g++.help
  10. Distribution: usa
  11. Organization: Bridge Information Systems
  12. Lines: 35
  13.  
  14. Hi folks,
  15.    a week or teo back I asked "where is GCC/++ for VMS"
  16. several helpful people (to whom many thanks) said
  17.  
  18.     "mango.rsmas.miami.edu in /pub/VMS-g++"
  19.  
  20. I duely grabbed it and installed it and all was great!
  21. But now woe is me! G++ seems to refuse to find files
  22. using VMS "search lists", I cannot get any other program
  23. to emulate this "not there" behavior. Here is an example:
  24.  
  25. define include_list [foo],[bar]
  26.  
  27. C++ code (in foo.cc):
  28.  
  29. #include "bar.h"    // inc [bar]
  30.  
  31. etc
  32.  
  33. compile:
  34. gxx /include=include_list: foo.cc
  35.  
  36. error diagnostic no such file bar.h
  37.  
  38. BUT dir include_list:*.h is ok and
  39. if foo.cc has fopen("include_list:bar.h", ...
  40. in it that open succeeds Has anyone experienced
  41. this problem if so what's the fix? I've tried 
  42. everything I can think of changing definitions etc]
  43. and can't get it to work!
  44.  
  45. Any suggestions gratefully received,
  46.     thanks Rod.
  47.  
  48. Disclaimer: None, it's a fair cop I wrote it.
  49.