Re: [Discuss-gnuradio] Trouble Linking to libusrp

2008-09-30 Thread Paul Creekmore
Johnathan Corgan wrote: On Tue, Sep 30, 2008 at 11:17 AM, Paul Creekmore <[EMAIL PROTECTED]> wrote: Previously, I had downloaded the gnuradio source code and compiled it to gain access to the library in gnuradio/usrp/host/lib/legacy/.libs, and in that case there's also a libusrp.so file that

Re: [Discuss-gnuradio] Trouble Linking to libusrp

2008-09-30 Thread Johnathan Corgan
On Tue, Sep 30, 2008 at 1:30 PM, Johnathan Corgan <[EMAIL PROTECTED]> wrote: > Okay, well, the short-term fix will work for now, and I'll go figure > this out. Thanks for the bug report. It turns out the issue was fixed on the trunk, but never propagated to the release branch. This will be fixe

Re: [Discuss-gnuradio] Trouble Linking to libusrp

2008-09-30 Thread Johnathan Corgan
Paul Creekmore wrote: > I very recently installed with the most up-to-date packages available. > dpkg tells me that my libusrp0c2a package is version 3.1.3. Okay, well, the short-term fix will work for now, and I'll go figure this out. Thanks for the bug report. __

Re: [Discuss-gnuradio] Trouble Linking to libusrp

2008-09-30 Thread Johnathan Corgan
On Tue, Sep 30, 2008 at 11:17 AM, Paul Creekmore <[EMAIL PROTECTED]> wrote: > Previously, I had downloaded the gnuradio source code and compiled it to > gain access to the library in gnuradio/usrp/host/lib/legacy/.libs, and in > that case there's also a libusrp.so file that's absent in the above >

[Discuss-gnuradio] Trouble Linking to libusrp

2008-09-30 Thread Paul Creekmore
Hi all, I'm working in Ubuntu 8.04 writing code in C++ that access the USRP. I'm trying to link to the usrp library (libusrp) with the -lusrp flag, but g++ spits out the following error: /usr/bin/ld: cannot find -lusrp collect2: ld returned 1 exit status In /usr/lib/ I find the following as