From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Lawson To: egcs@cygnus.com Subject: 970929 snapshot. undefined reference in libstdc++.so. Help needed ! Date: Thu, 02 Oct 1997 11:32:00 -0000 Message-id: <9710021831.AA25072@drfmc.ceng.cea.fr> X-SW-Source: 1997-10/msg00111.html 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 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