discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Compilation failed [Ubuntu 6.06]


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Compilation failed [Ubuntu 6.06]
Date: Sun, 28 Jan 2007 12:30:25 -0800
User-agent: Mutt/1.5.9i

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




reply via email to

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