home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / sys5 / r4 / 909 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.unix.sys5.r4
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!umn.edu!csus.edu!netcom.com!rfg
  3. From: rfg@netcom.com (Ronald F. Guilmette)
  4. Subject: Re: C++ Compiler, debugger really, under SVR4
  5. Message-ID: <1992Dec21.090423.20618@netcom.com>
  6. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  7. Date: Mon, 21 Dec 1992 09:04:23 GMT
  8. Lines: 23
  9.  
  10. Some time ago, Thomas Roell wrote:
  11.  
  12. > The problem with g++ is that the C++ part of gcc doesn't work with
  13. > '-g' on the command line. It just dies on half of my files ...
  14.  
  15.  
  16. That is quite correct.  The -g option does not work for g++ on most SVR4
  17. based systems.  The reason is simple Cygnus Support is either unwilling
  18. or unable to fix the interface from the g++ front end to the DWARF
  19. generation routines (in dwarfout.c).
  20.  
  21. Note that DWARF output for GNU C works flawlessly on SVR4 however.
  22.  
  23. -- 
  24.  
  25. // Ron ("Loose Cannon") Guilmette    uucp: ...uunet!lupine!segfault!rfg
  26. //
  27. //      "On the one hand I knew that programs could have a compelling
  28. //       and deep logical beauty, on the other hand I was forced to
  29. //       admit that most programs are presented in a way fit for
  30. //       mechanical execution, but even if of any beauty at all,
  31. //       totally unfit for human appreciation."
  32. //                                              -- Edsger W. Dijkstra
  33.