home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / g / lib / bug / 728 < prev    next >
Encoding:
Text File  |  1992-12-29  |  997 b   |  27 lines

  1. Newsgroups: gnu.g++.lib.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!cygnus.com!bothner
  3. From: bothner@cygnus.com
  4. Subject: Re: lib-g++
  5. Message-ID: <9212290818.AA18237@cygnus.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. References: <Pine.3.05.9212281025.A28890-b100000@garnet.msen.com>
  9. Distribution: gnu
  10. Date: Mon, 28 Dec 1992 16:18:45 GMT
  11. Approved: bug-lib-g++@prep.ai.mit.edu
  12. Lines: 13
  13.  
  14. This problem is not libg++ related.  This is a problem in how
  15. g++ is installed.  (This could be a bug in the NeXT gcc configuration
  16. files.)  The problem is the magic needed to make sure static initializers
  17. are evaluated before the user's main() routine.  It looks like the
  18. compiler is generating code under the assumption that GNU ld will be
  19. used - but GNU ld has *not* been installed.  I'm not familar enough
  20. with the NeXT to say whether fixing the compiler configuration
  21. or installing GNU ld is the better fix.
  22.  
  23.     --Per Bothner
  24. Cygnus Support     bothner@cygnus.com
  25.  
  26.  
  27.