This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
RE: actually, it's less (was RE: build more-or-less successful)
- To: "Edwards, Phil" <pedwards@ball.com>
- Subject: RE: actually, it's less (was RE: build more-or-less successful)
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Mon, 10 May 1999 18:38:33 -0700 (PDT)
- cc: "Lib3 (E-mail)" <libstdc++@sourceware.cygnus.com>
> I rebuilt the library (--with-gnu-ld --disable-shared) and the little code I
> was working on now links and runs correctly with -O2, but not with -O3.
> Apparently too much stuff is getting inlined away:
Hmm. Well, I know that Gaby went around and around with this last week,
and Mark M got some fixes into egcs for it. If you can send me a copy of
what you are trying to link, I'd be more than happy to see if I can link
it.
Solaris at -02 is now linking and passing the testsuites for me, so that's
cool. I can build irix6.5, but am getting hung up with clashing weak
symbols when trying to link the statically, and there are two unresolved
symbols for the shared links. . .chung chung. . .anyway.
Also, can you do nm --version? I want to see what binutils you are using.
Thanks,
Benjamin