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
_______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
