On Saturday 08 March 2003 22:45, Jaakko Prättälä wrote: > On Saturday 08 March 2003 21:29, Jan \"Evil Twin\" Depner wrote: >> checking for fftw_one in -lsfftw... no >> checking for fftw_one in -lfftw... no > Maybe the swh-plugins configure-script is looking for files without > the 'd' or the 's': rfftw.h and fftw.h. When I was using 7.3 I just made > symlinks. Or (now I think I've got it :-) maybe you have only the double precision fftw with the 'd'-prefix, like I do? The swh configure script looks for libsfftw and libfftw but not libdfftw. I successfully compiled swh-plugins 0.3.7 after I made the following symlinks: /usr/local/lib/libfftw.so -> /usr/local/lib/libdfftw.so /usr/local/lib/librfftw.so -> /usr/local/lib/libdrfftw.so /usr/local/include/fftw.h -> /usr/local/include/dfftw.h /usr/local/include/rfftw.h -> /usr/local/include/drfftw.h and ran ldconfig. I think there'll be no problems with the precision since (to my knowledge) double precision is fftw's default. Maybe swh's configure-script should look for 'd'-prefixed files too? -- Jaakko Prättälä Jaakko.Prattala@xxxxxxxxxxx