Closed bogdanr closed 7 years ago
I would be careful when transplating files like this The directory for the cmake files matters as well. Can you configure and re-install SoapySDR also with -DLIB_SUFFIX=64
?
Yes, I did that and also mentioned this in the wiki.
Oh maybe its the old install left in /usr/local. I dont think they can coexist in /usr and /usr/local, you might have to remove /usr/local cmake, libs, and includes
I actually forgot to close the issue after recompiling with that parameter. Thanks for the help! SoapySDR looks very interesting 👍
I have the SoarpySDR lib in
/usr/lib64
but it tries to look for it in a different pathI am building this with the following command:
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DLIB_INSTALL_DIR:PATH=lib64 -DLIB_SUFFIX=64 -DUSE_OSMO_RTLSDR=ON ..
and I get this error: