Open cslev opened 2 years ago
Hey,
you have to install the package pkg-config and then run the ./bootstrap command again before ./configure. As described in the thread you refer to.
To be sure you can just start brand new and clone the repo again.
Hi, thanks for the comment. I am trying to remember how many different things I tried back then...
I remember installing an older OS in a VirtualBox, then using my hackRF from there.
But thanks for the comment, I will probably try hackRF again soon on my up-to-date system and will see whether it works.
I still have the issue after following this thread I have all dependencies installed, all fftw3 and libhackrf libs including reinstalling pkg-config afterward.
If I comment these lines in the
configure
file, then the line considering similar things withLIBHACKRF
below results in a similar error. Tried to comment PKG_CHECK_MODULES for LIBHACKRF and compile but eventually, of course, it does not find the libs.The libs installed on my Debian system:
For libhackrf:
(irrelevant doc and info files are omitted)
Can someone help with this? Or maybe with how should I adjust the
Makefile
after removing the lines fromconfigure
and trying to set up the libraries manually?Thanks