On Mon, Jun 16, 2003 at 12:31:04 +0100, Daniel James wrote:
I was trying to build swh-plugins 0.42 from the
tarball on Mandrake,
but configure complained about a lack of fftw3f. Mandrake doesn't
include up to date RPMs of fftw.
It will build fine with FFTW2, the fftw3 realted messages is just it
looking for it.
I had to build fftw 3.0 from source using ./configure
--enable-float
then add an environment variable in bash:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
Just thought other Mandrake users might like to know that...
Thanks, I'l add that to the webpages, probably applies to redhat too.
- Steve