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-25 09:59:04
|
Hi Watson, It works fine with FFTW 2.1.5 version. I will just have to wait for a FFTW 3.0.1 Dev Pack. Thanks everyone for the help Teboho >>> <wa...@wa...> 22/10/2004 08:48:56 >>> I have not used the FFTW libraries and I don't have them installed and I don't have time right now to download them and write something to test them. But as I said, the FFTW 3.01 files look like they're set up for Visual C++. The hint is in the way the library is named. With Dev C++/mingw, the format for the library is lib<library name>.a Take a look at the FFTW 2.1.5 filenames, they follow this convention. I would not expect the fftw3.lib file to link properly. It's almost definitely in the wrong format. I think you're stuck with using FFTW 2.1.5 until someone comes out with a FFTW 3.0.1 Dev Pack for Dev C++/MinGW... unless you pick up another compiler. Sorry. Watson (the pencil neck) Davis On 22 Oct 2004 at 8:26, Teboho Nyareli wrote: > 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. > ------------------------------------------------------- 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. |