discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] new gnuradio installation problem


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] new gnuradio installation problem
Date: Tue, 14 Nov 2006 10:05:49 -0800

On Tue, 2006-11-14 at 11:15 -0600, Steve Kuhlmann wrote:

> I have put all my installation log files,  and run_tests.in,   at
> www.hep.anl.gov/stk/gnuradio/.

The symbol should be defined in libgnuradio-core.so, which should be a
dynamic link dependency of _gnuradio_swig_python.so.  Can you check with
nm to see if it is there?

If it is, then you need to verify that the system can find it

You can check this with ldd:

$ ldd _gnuradio_swig_python.so
...
libgnuradio-core.so.0 => /usr/local/lib/libgnuradio-core.so.0
(0xb7a5e000)
...

If that fails, then you probably need to run ldconfig (as root) to
update your shared library cache.

Since 'make check' is succeeding, the symbol must be defined in the
build tree.

-- 
Johnathan Corgan, AE6HO
Corgan Enterprises LLC
address@hidden





reply via email to

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