Francesco, 2010-01-15 08:33
~~DISCUSSION~~
I had a few problems in linking channelflow with my fftw installation.
I made minor changes in configure script:
1) (line 3360)
if test “with_fftw3”; then
2)
CFLAGS="$CFLAGS $with_fftw";
replaced with
CFLAGS="$CFLAGS $with_fftw3";
Bugs?
Besides at configure calling I had to specify
–with-fftw3=“-L<fftw lib directory> -I<fftw header directory>”
A bit intricate…
Now anything seems ok. Just to say…
bye, Francesco