discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] installing USRP on Ubuntu 7.04


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] installing USRP on Ubuntu 7.04
Date: Thu, 24 May 2007 09:46:39 -0700
User-agent: Thunderbird 1.5.0.10 (X11/20070403)

Adrian Kueng wrote:

> collect2: ld returned 1 exit status 

> Dose any body now, what I have to do in order to fix this Errors? 

It's possible this is the "linking problem" as documented in the
UbuntuInstall wiki page:

http://gnuradio.org/trac/wiki/UbuntuInstall

Try this:

$ cp /etc/ld.so.conf /tmp/ld.so.conf
$ echo /usr/local/lib >> /tmp/ld.so.conf
$ sudo mv /tmp/ld.so.conf /etc/ld.so.conf
$ sudo ldconfig

...and then re-run make in the GNU Radio directory.

-- 
Johnathan Corgan
Corgan Enterprises LLC
http://corganenterprises.com




reply via email to

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