On Tue, Mar 07, 2006 at 02:51:31PM -0800, jjw wrote: > > I am running a Pentium architecture. I tried using an older version of GCC > (3.2) per someone else's instructions but it did not get rid of the error > during the make check of gnuradio-core. I tried doing a make check on all > of the baseline instlals from KD7LMO and found the following error when > installing CPPUNIT.
I'm not sure that this is your problem, but there were ABI changes in g++ between some of the 3.x, 3.y and 4.z versions. You need to ensure that all C++ stuff (including dependent libraries such as cppunit) are compiled with the same version of the compiler. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
