discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] gcc4 --> gcc3.4.3, still has errors


From: cswiger
Subject: [Discuss-gnuradio] gcc4 --> gcc3.4.3, still has errors
Date: Mon, 16 May 2005 16:32:24 -0400 (EDT)

Well, I installed gcc3.4.3 and still get a bomb in benchmark_dotprod,
but it's different than with gcc4.  maybe something with glibc 2.3.4?
cppunit is 1.10.2.

------------>8----------

make[3]: Entering directory `/usr/src/gnuradio-core/src/tests'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib/runtime
-I../../src/lib/general -I../../src/lib/filter -I../../src/lib/io
-I../../src/lib/g72x -I../../src/lib/atsc -I../../src/lib/omnithread
-I../../src/lib/general -I../../src/lib/filter -I/usr/local/include
-I/usr/local/include    -g -O2 -Wall -Woverloaded-virtual -pthread -MT
benchmark_dotprod.o -MD -MP -MF ".deps/benchmark_dotprod.Tpo" -c -o
benchmark_dotprod.o benchmark_dotprod.cc; \
then mv -f ".deps/benchmark_dotprod.Tpo" ".deps/benchmark_dotprod.Po";
else rm -f ".deps/benchmark_dotprod.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CXX --mode=link g++  -g -O2 -Wall
-Woverloaded-virtual -pthread   -o benchmark_dotprod  benchmark_dotprod.o
../../src/lib/libgnuradio-core.la
mkdir .libs
g++ -g -O2 -Wall -Woverloaded-virtual -pthread -o .libs/benchmark_dotprod
benchmark_dotprod.o  ../../src/lib/.libs/libgnuradio-core.so
-L/usr/src/gcc-3.4.3/i686-pc-linux-gnu/libstdc++-v3/src
-L/usr/src/gcc-3.4.3/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-L/usr/src/gcc-3.4.3/gcc -L/usr/local/lib -lrt
/usr/local/lib/libcppunit.so -ldl /usr/local/lib/libfftw3f.so
/usr/local/lib/libstdc++.so -Wl,--rpath -Wl,/usr/local/lib
/usr/local/lib/libcppunit.so: undefined reference to
`__gnu_cxx::__pool<true>::_M_reclaim_block(char*, unsigned
int)@GLIBCXX_3.4.4'
/usr/local/lib/libcppunit.so: undefined reference to
`__gnu_cxx::__pool<true>::_M_initialize(void (*)(void*))@GLIBCXX_3.4.4'
/usr/local/lib/libcppunit.so: undefined reference to
`__gnu_cxx::__pool<true>::_M_destroy_thread_key(void*)@GLIBCXX_3.4.4'
/usr/local/lib/libcppunit.so: undefined reference to
`__gnu_cxx::__pool<true>::_M_get_thread_id()@GLIBCXX_3.4.4'
/usr/local/lib/libcppunit.so: undefined reference to
`__gnu_cxx::__pool<true>::_M_reserve_block(unsigned int, unsigned
int)@GLIBCXX_3.4.4'
collect2: ld returned 1 exit status
make[3]: *** [benchmark_dotprod] Error 1
make[3]: Leaving directory `/usr/src/gnuradio-core/src/tests'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/gnuradio-core/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnuradio-core'
make: *** [all] Error 2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]