On Sun, Sep 20, 2015 at 1:36 AM, Stuart Longland
<[email protected]> wrote:
>
> cmake doesn't like being told what to do either:
>> RC=0 stuartl@vk4msl-mb ~/hamradio/projects/fdmdv/freedv-build $ cmake -D 
>> HAMLIB_LIBRARY=/usr/lib64/hamlib -D USE_STATIC_CODEC2=false  ../freedv-1.0.1
>
> …
>
> WARNING: Target "freedv" requests linking to directory "/usr/lib64/hamlib".  
> Targets may link only to libraries.  CMake is dropping the item.

As I interpret this error, you have specified the hamlib directory but
you should have given the .so file, i.e. something like

-DHAMLIB_LIBRARY=/usr/lib64/hamlib/libhamlib.so

Alex

------------------------------------------------------------------------------
_______________________________________________
Freetel-codec2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freetel-codec2

Reply via email to