This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

970929 snapshot. undefined reference in libstdc++.so. Help needed !


	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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]