discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Problem running examples


From: ggb112
Subject: [Discuss-gnuradio] Problem running examples
Date: Sun, 27 Mar 2005 15:36:10 +1000 (EST)
User-agent: SquirrelMail/1.4.3a

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









reply via email to

[Prev in Thread] Current Thread [Next in Thread]