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