On Wed, May 24, 2006 at 03:30:28AM -0700, seph 004 wrote: > Hi > > During my installation of gnuradio-core, make check keeps failing with this > error: > > ake[3]: Entering directory `/home/lance/gr-build/gnuradio-core/src/tests' > .Testing gr_vmcircbuf_createfilemapping_factory... > gr_vmcircbuf_createfilemapping: createfilemapping is not available > ....... gr_vmcircbuf_createfilemapping_factory: Doesn't work > Testing gr_vmcircbuf_sysv_shm_factory... > ....... gr_vmcircbuf_sysv_shm_factory: OK > Testing gr_vmcircbuf_mmap_shm_open_factory... > ....... gr_vmcircbuf_mmap_shm_open_factory: OK > Testing gr_vmcircbuf_mmap_tmpfile_factory... > ....... gr_vmcircbuf_mmap_tmpfile_factory: OK > ...............FAIL: test_all > =================== > 1 of 1 tests failed > =================== > make[3]: *** [check-TESTS] Error 1 > make[3]: Leaving directory `/home/lance/gr-build/gnuradio-core/src/tests' > make[2]: *** [check-am] Error 2 > make[2]: Leaving directory `/home/lance/gr-build/gnuradio-core/src/tests' > make[1]: *** [check-recursive] Error 1 > make[1]: Leaving directory `/home/lance/gr-build/gnuradio-core/src' > make: *** [check-recursive] Error 1 > > While make is running, I notice the following: > > /usr/bin/ld: warning: libstdc++.so.6, needed by > /usr/bin/../lib/libcppunit-1.10.so.2, may conflict with libstdc++.so.5 > creating test_vmcircbuf > make[3]: Leaving directory `/home/lance/gr-build/gnuradio-core/src/tests' > Making all in python > > I've gone through the requiments many times now. is there something I've > missed? > > Regards > > Lance
Looks like your system has some inconsistencies. What distribution and version are you using? What's the version of g++ ( $ g++ --version ) If you're using g++ 3.3.* on x86, please note that it has bugs that GNU Radio exercises. If that's the case, please update to a later version of gcc. Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio