discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Compile-time error with boost-1.47 and with volk


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Compile-time error with boost-1.47 and with volk
Date: Fri, 03 Feb 2012 13:43:34 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0


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



reply via email to

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