Re: [Dev-C++] Problems with linking FFTW library
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Teboho N. <TNy...@cs...> - 2004-10-22 06:30:14
|
Hi Watson, FFTW 3.01 ( fftw-3.0.1-w32-pl1 )comes with following files: fftw3.dll fftw3.exp fftw3.h fftw3.lib fftw.map I linked fftw3.lib in the project options. When using FFTW 2.1.5, I add the following files to the lib folder: libfftw.a libfftw.la librfftw.a librfftw.la There might be something I am missing. Please help. regards Teboho >>> <wa...@wa...> 21/10/2004 19:26:34 >>> 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 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Dev-cpp-users mailing list Dev...@li... TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm https://lists.sourceforge.net/lists/listinfo/dev-cpp-users -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. |