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


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

Reply via email to