From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Scherrey To: Glenn Gebhart Cc: egcs mailing list Subject: Re: egcs not automatically linking against libstdc++ Date: Sat, 12 Jun 1999 13:44:00 -0000 Message-id: <3762D210.D29002A0@switchco.com> References: X-SW-Source: 1999-06/msg00424.html Did a sysadmin decide to rewrite your LD_LIBRARY_PATH for you without telling anyone? I've had this happen to me before. Is libstdc++ the only library that doesn't link or is that just the first one it gets to thus failing before other missing symbols are discovered? The only other think I'd consider is whether you did a "configure --enable-shared" when you rebuilt so that your shared library support got created. later & good luck, Ben Scherrey Glenn Gebhart wrote: > > Heylo all... > > A few days ago something (I have no idea what) broke on our system, > resulting in egcs ceasing to automatically link against libstc++. Attempts > to compile now die with complaints about unresolved references to symbols > like "cerr" and "cout". I have reinstalled egcs 1.1.1, and done a fresh > install of the June 8th egcs snapshot, but even after reinstalling in /usr > things are still broken. For reference we are running Solaris 2.6. If > anyone could lend a hand it would be most appreciated. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Scherrey To: Glenn Gebhart Cc: egcs mailing list Subject: Re: egcs not automatically linking against libstdc++ Date: Wed, 30 Jun 1999 15:43:00 -0000 Message-ID: <3762D210.D29002A0@switchco.com> References: X-SW-Source: 1999-06n/msg00424.html Message-ID: <19990630154300.sdQkwd4MQmPNr2ZoAbNTpLPSqa6Tkj0bz4wSl3gUGlw@z> Did a sysadmin decide to rewrite your LD_LIBRARY_PATH for you without telling anyone? I've had this happen to me before. Is libstdc++ the only library that doesn't link or is that just the first one it gets to thus failing before other missing symbols are discovered? The only other think I'd consider is whether you did a "configure --enable-shared" when you rebuilt so that your shared library support got created. later & good luck, Ben Scherrey Glenn Gebhart wrote: > > Heylo all... > > A few days ago something (I have no idea what) broke on our system, > resulting in egcs ceasing to automatically link against libstc++. Attempts > to compile now die with complaints about unresolved references to symbols > like "cerr" and "cout". I have reinstalled egcs 1.1.1, and done a fresh > install of the June 8th egcs snapshot, but even after reinstalling in /usr > things are still broken. For reference we are running Solaris 2.6. If > anyone could lend a hand it would be most appreciated.