discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] build error on OS X 10.4: ld: multiple definition


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] build error on OS X 10.4: ld: multiple definitions of symbol _posix_memalign
Date: Mon, 25 May 2009 13:04:43 -0400

Hi Alex -

On May 24, 2009, at 4:24 PM, Alexander List wrote:
make[5]: *** No rule to make target `gnuradio_swig_py_runtime.h', needed
by `all'.  Stop.

The rule is located in gnuradio-core/src/lib/swig/Makefile.swig.gen , which is included in that directory's Makefile.am directly; maybe these files are too old or have been modified?

A couple of thoughts:

* Try just "./configure --prefix=/Users/alex/Documents/work/nc- projects/gr" instead of all the disable and enable stuff; this should make no difference, but if it does please let the me / the list know so that this behavior can be corrected.

* If you are working from the SVN trunk, try:

rm gnuradio-core/src/lib/swig/Makefile.swig.gen
rm gnuradio-core/src/lib/swig/Makefile.am
rm gnuradio-core/src/lib/swig/Makefile.in
svn up

These commands will restore those files to a correct, known-working SVN version. Then go and try the bootstrap, configure, make again.

* If you did not install all of the background libraries and applications via MacPorts, try using just MacPorts instead. Clean out the non-MacPorts installed stuff first.

If the problem persists after these, send me the results of "env" and "port installed", and I'll see if anything pops out at me. - MLD




reply via email to

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