On 02/03/2012 01:34 PM, Jiri Pittner wrote:
> 
> Hi Josh,
> 
> On Fri, 3 Feb 2012, Josh Blum wrote:
> 
>>
>>
>> On 02/03/2012 01:20 PM, Jiri Pittner wrote:
>>> Hi Ben,
>>>
>>> thanks for the hint - with cmake, I compiled it without any problem,
>>> including volk, using the boost-1.47.0 version. I do not have USRP
>>> at hand over the weekend, so I remain curious whether the runtime crash
>>> disappears, too.
>>>
>>> However, there is a problem: I want to use also the funcube-dongle, and
>>> when trying to compile gr-fcd, I get errors, since cmake does not employ
>>> libtool and the .la files are missing. gr-fcd does not support cmake so
>>> far.
>>
>> The .la files are not needed to build against a library.
>>
> In principle yes, but then I could not use ./configure, which uses
> libtool, which needs them:
> /bin/sh ../libtool --tag=CXX   --mode=link g++ -g -O2 -g -O2
> -version-info 0:0:0 -release 1.3git  -o libgnuradio-fcd.la -rpath
> /usr/local/lib64 fcd_source_c.lo fcd.lo   hid-libusb.lo  
> -L/usr/local/lib -L/usr/lib64/blas/atlas -lgnuradio-core -lgruel
> -lfftw3f -lgsl -lcblas -latlas -lm   -L/usr/local/lib
> -L/usr/lib64/blas/atlas -lgnuradio-audio -lgnuradio-core -lgruel
> -lfftw3f -lgsl -lcblas -latlas -lm   -lusb-1.0
> /bin/grep: /usr/local/lib64/libgruel.la: No such file or directory
> /bin/sed: can't read /usr/local/lib64/libgruel.la: No such file or
> directory
> libtool: link: `/usr/local/lib64/libgruel.la' is not a valid libtool
> archive
> make[3]: *** [libgnuradio-fcd.la] Error 1
> 
> 

Perhaps the build has cached the idea that it should look for .la files.
Try completely cleaning before ./bootstrap and configure.

If its really looking for la files always, then thats a problem: one
couldnt, lets say, build fcd for a package based install of gnuradio.
But i dont think this was a problem for marcus.

-josh

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

Reply via email to