On Mon, May 16, 2005 at 04:32:24PM -0400, cswiger wrote: > 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.
Did you do a make clean between switching compilers? There may have been some code left over that was compiled by compiler version A that doesn't get along with code from compiler version B. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
