Hello all I have just installed gnuradio-0.9 on RH9.
I discovered that the examples (gnuradio-0.9/src/gnu/examples) were not compiled after make, make install. So I compiled one myself to give it a go, for example... g++ -o myprog `pkg-config --cflags --libs gnuradio` mono_audio_out.cc After doing: export KG_CONFIG_PATH="/usr/local/gnuradio/lib/pkgconfig" this compiled no problem, but when I try to run myprog as follows... ./myprog I get the error. ./myprog: error while loading shared libraries: libgnuradio.so.0: cannot open shared object file: No such file or directory I am puzzled by this.. for one thing I thought that the libraries would have loaded at compile and link. The following is where the libraries are contained.. $ ls -l /usr/local/gnuradio/lib -rw-r--r-- 1 root root 24342184 Mar 25 23:05 libgnuradio.a -rwxr-xr-x 1 root root 842 Mar 25 23:05 libgnuradio.la lrwxrwxrwx 1 root root 20 Mar 25 23:05 libgnuradio.so -> libgnuradio.so.0.0.0 lrwxrwxrwx 1 root root 20 Mar 25 23:05 libgnuradio.so.0 -> libgnuradio.so.0.0.0 -rwxr-xr-x 1 root root 11235875 Mar 25 23:05 libgnuradio.so.0.0.0 drwxr-xr-x 2 root root 4096 Mar 25 23:05 pkgconfig By the way I have completely updated the following as required FFTW 3.0 libtool 1.5 autoconf 2.57 automake 1.7.4 wxpython 2.4 2.4 numeric python-22 swig 1.3.19 But not Qt.... Any help would be greatly appreciated Gerard _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
