Hi All,

I've downloaded and installed fftw 3.0.1 ( on Red Hat Linux). Now, I am unable to compile my program using fftw...

I am including the header file <fftw3.f> in my program. I have also specified where my fftw linker resides: I have done the following

f95 fftw3_test.f90 -L/scratch/local/ahunegna/SHTOOLS/src/lib -llibfftw3.a
My link library for the fftw3 resides at the directory "/scratch/local/yacob/src/lib" and it is called: libfftw3.a

when I compiled the above fortran program on my NAG Fortran compiler under red hat Linux, I got the following error message:

/usr/bin/ld: cannot find -llibfftw3.a
collect2: ld returned 1 exit status

What have I done wrong ?

Many thankx

Yacob