I have installed gnuaradio-3.0.4 on fedora core7.The installation is complete and whenever i run make check command inget the following error: make[5]: Leaving directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/lib/reed-solomon' make[4]: Leaving directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/lib/reed-solomon' Making check in omnithread make[4]: Entering directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/lib/omnithread' make[4]: Nothing to be done for `check'. make[4]: Leaving directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/lib/omnithread' Making check in io make[4]: Entering directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/lib/io' make[4]: Nothing to be done for `check'. make[4]: Leaving directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/lib/io' Making check in . make[4]: Entering directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/lib' make[4]: Nothing to be done for `check-am'. make[4]: Leaving directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/lib' Making check in swig make[4]: Entering directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/lib/swig' make check-am make[5]: Entering directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/lib/swig' make[5]: Nothing to be done for `check-am'. make[5]: Leaving directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/lib/swig' make[4]: Leaving directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/lib/swig' make[3]: Leaving directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/lib' Making check in tests make[3]: Entering directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/tests' make check-TESTS make[4]: Entering directory `/home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/tests' /home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/tests/.libs/lt-test_all: error while loading shared libraries: /home/jay/Desktop/GSM/gnuradio-3.0.2/gnuradio-core/src/lib/.libs/libgnuradio-core.0: cannot restore segment prot after reloc: Permission denied FAIL: test_all =================== 1 of 1 tests failed ===================
>>gnuradio-3.0.4 is working fine,even i have loaded the firmware on FPGA of the >>usrp.Its working allright.But when i try to run ./usrp_fft.py from the directory /home/jay/Desktop/GSM/gnuradio-3.0.4/gnuradio-examples/python/usrp/ i get the following error: Traceback (most recent call last): File "./usrp_fft.py", line 23, in ? from gnuradio import gr, gru File "/usr/local/lib/python2.4/site-packages/gnuradio/gr/__init__.py", line 27, in ? from gnuradio_swig_python import * File "/usr/local/lib/python2.4/site-packages/gnuradio/gr/gnuradio_swig_python.py", line 6, in ? import _gnuradio_swig_python ImportError: No module named _gnuradio_swig_python But however when i manually put the _gnuradio_swig_python.so in the searching directory ,i get the follwoing error: Import Error: cannot open libossaudio.so.0 from shared library.No such file or directory found. Plz help me.I m very new to gnuradio installation. Thanks in advance. -- Posted via http://www.ruby-forum.com/. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio