On Sun, Jan 28, 2007 at 09:18:08PM +0100, Davide Anastasia wrote:
> On dom, 2007-01-28 at 11:20 -0800, Eric Blossom wrote:
> > It's being triggered here because it's trying to link against the
> > _installed_ version of the library, not the _build_ version of the
> > library.  The problem is that it's passing the "--rpath
> > /usr/local/lib" to the linker.  This is wrong at this stage of the
> > build.
> > 
> > I believe that you can change the symptom by doing a "make uninstall"
> > and ensuring that there's no gnuradio related stuff in PREFIX/lib or
> > PREFIX/lib/python<ver>/site-packages/gnuradio.
> > 
> > When you rebuild, I believe that it will fail someplace else in the
> > build. 
> 
> You believe wrong! :)
> I done "make uninstall", "make distclean" and then... everything
> works! :)
> 
> Thank you,

Glad to hear it's working, though I still suspect there's a problem
lurking here somewhere...

Eric


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to