On 13 July 2012 13:43, gabor papp <[email protected]> wrote: >> I have the library and the library headers (the "...-dev" package in >> Ubuntu/Debian). Since that worked in the past (I still have a working > do you have libfftw3.so or similar installed? if not maybe try > installing the libfftw3 package along the -dev one.
Yes; $ whereis libfftw3.so libfftw3: /usr/lib/libfftw3.so /usr/lib/libfftw3.a /usr/lib/libfftw3.la /usr/local/lib/libfftw3.a /usr/local/lib/libfftw3.la I also have both the libfftw3 package and the matching -dev one. I don't believe the package system would permit you to just have the package with the headers, without the library. That makes sense as I don't think the headers would be useful without the library itself and of course it is quite important that the versions line up. Yours, Kas.
