public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* 970929 snapshot. undefined reference in libstdc++.so. Help needed !
@ 1997-10-02 11:32 Max Lawson
  1997-10-02 13:17 ` H.J. Lu
  0 siblings, 1 reply; 4+ messages in thread
From: Max Lawson @ 1997-10-02 11:32 UTC (permalink / raw)
  To: egcs

	Hi.

I've downloaded the 970929 snapshot and succeded building
the compiler (make bootstrap LANGUAGES="c c++" BOOT_CFLAGS="-g -O2").
My box is i586-pc-linux-gnulibc1

I've made the installation (make install LANGUAGES="c c++" CFLAGS ="-g -O2").
As I tried to compile a test-program (that the pevious snapshot didn't succeed
compile), I got a linker error.... To summarize, I can't link the 
following program:

--------------------test.cc----
#include <iostream.h>
int main() { cout << "hello\n"; return 0; }
--------------------cc.tset----
$ g++ -g test.cc
/usr/local/lib/libstdc++.so: undefined reference to '_IO_outfloat'
collect2: ld returned 1 exit status.

Thanx in advance for your help, Max

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1997-10-02 16:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-10-02 11:32 970929 snapshot. undefined reference in libstdc++.so. Help needed ! Max Lawson
1997-10-02 13:17 ` H.J. Lu
1997-10-02 14:46   ` Upgrading libc! [Re: 970929 snapshot. undefined reference in libstdc++.so. Help needed !] Mumit Khan
1997-10-02 16:27     ` Chip Salzenberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).