User Tools

Site Tools


installation:problems_in_with-fftw3_option_of_configure

installation

problems in with-fftw3 option of configure

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" = "yes"; then

replaced with

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

installation/problems_in_with-fftw3_option_of_configure.txt · Last modified: 2010/02/02 07:55 (external edit)