Re: [Dev-C++] Problems with linking FFTW library
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: <wa...@wa...> - 2004-10-21 17:26:36
|
On 21 Oct 2004 at 16:25, Teboho Nyareli wrote: > When using FFTW > 3.01 binaries I add the fftw3.lib file via the menu project-> object > file or linker options in the Dev-C++. .lib? I believe that's your problem. You should be linking a .a file not a .lib file. Watson (the pencil neck) Davis |