discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Build from CVS fails, tarball succeeds, at _gnura


From: Jonathan Jacky
Subject: Re: [Discuss-gnuradio] Build from CVS fails, tarball succeeds, at _gnuradio_swig_python.la
Date: Mon, 16 May 2005 17:25:33 -0700 (PDT)


On Fri, 13 May 2005, Eric Blossom wrote:

Please try removing the -no-undefined flag in
gnuradio-core/src/lib/swig/Makefile.am and let me know it that fixes
the problem.

It does.  Now "make" runs to completion without errors.

On OS/X, is there a program that will tell you what shared libraries a
program depends on / is linked against?  On linux it's called "ldd"
That might give us a way to locate the missing library.

On Mac OS X the ldd replacement is called otool.  Check the python executable:

 % otool -L python
 python:
/System/Library/Frameworks/Python.framework/Versions/2.3/Python (compatibility version 2.3.0, current version 2.3.0)
 ...
 ...  other libraries libSystem, CoreServices, Foundation

Sure enough, that Python library file is more than 1 MB, the python executable is just 22k.

Jon Jacky





reply via email to

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