I was helping someone on IRC today and it seems the configure script
doesn’t explicitly tell which version of GSL is required - but just
says it’s not there.
Here is where (I think?) the message originates from:
I had the same problem when I started building the trunk versions for
the
USRP2 on my Fedora 7 machine.
I’m not sure if there is a more elegant solution, but I only had success
after removing Fedora’s GSL package, downloading/building/installing GSL
1.10, and specifying the “PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/”
argument to the configure script. That was for Fedora 7 (either x86 or
ppc).
I agree though, the error message wasn’t clear enough to know if the
anything was found, a version mismatch, or some failed compatibility
test.