home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11469 < prev    next >
Encoding:
Text File  |  1992-07-24  |  1.6 KB  |  40 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!gatech!cc.gatech.edu!terminus!terryk
  3. From: terryk@terminus.gatech.edu (Terry Kane)
  4. Subject: Re: Probs using GNU and the Libs :-(
  5. Message-ID: <terryk.711986303@cc.gatech.edu>
  6. Sender: news@cc.gatech.edu
  7. Organization: Georgia Tech College of Computing
  8. References: <711745200.F00002@fast.fido.de>
  9. Date: Fri, 24 Jul 1992 13:58:23 GMT
  10. Lines: 28
  11.  
  12. Oliver.Otto@f2006.n241.z2.fidonet.org (Oliver Otto) writes:
  13. >I am using the GNU C++ compiler under OS/2 and have lot's of trouble with
  14. >the libaries. Some days ago when I start installing GNU C++ all went fine
  15. >but know I always get this message
  16.  
  17. >D:SPRACHE\GCC\g++include-/_G_config.h:72: warning: unknown escape
  18. >sequence'\S'
  19.  
  20. This is a symptom that comes from the mild brain deficiency of swapping
  21. between forward and back slash for pathnames.
  22.  
  23. I found that removing the debug switch from the cc cmd line (in the make.ini
  24. supplied by Kai Uwe-Rommel for dmake & emx gcc) eliminated the problem.
  25.  
  26. Remove this, and the (erroneous) debugging source file info won't be
  27. generated.  That's not a problem anyway, since gdb has not been ported
  28. for this compiler!  This bug was probably not found since gdb ain't
  29. there.
  30.  
  31. If you need gdb, suffer the pain :-), and use emx gcc for os/2 2.0.
  32. (The pain is using a non-native program loader, name=?run?
  33. e.g. "c:\> run myprog", although you can bind the loader into
  34. a final executable.)
  35.  
  36. -------------------------------------------------------------------
  37. Terry Kane (terryk@cc.gatech.edu)
  38. -------------------------------------------------------------------
  39. I am a .sig file virus. Copy me into your signature file please.
  40.