FFTW3 library
Hi,
Would it be possible to have the FFTW3 library available ?
Pre-built can be found here:
http://www.fftw.org/install/windows.html
Cheers,
Gilles
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 31 May, 2015 09:24 PM
Hi Gilles,
I see that library is a zip. You can download it and unpack during the build using 2-line script.
2 Posted by gilles.degottex on 31 May, 2015 11:51 PM
Great, dwl and extraction are working.
for MSVC compilation, where can I find the lib tool for generating .lib files from .def files ?
Support Staff 3 Posted by Feodor Fitsner on 01 Jun, 2015 02:07 AM
What's that tool?
4 Posted by gilles.degottex on 01 Jun, 2015 01:35 PM
https://msdn.microsoft.com/en-us/library/7ykb2k5f.aspx
You need this when the library is compiled using MinGW and you need to link it with MSVC object files. In this case, you need to convert .def files (generated by MinGW) (describing dll exports) into .lib files, which are necessary for linking with MSVC.
Support Staff 5 Posted by Feodor Fitsner on 01 Jun, 2015 04:38 PM
Activate Visual Studio command prompt by calling this batch in, say, "Install script" or "Before build script":
and
lib.exe
will become available.6 Posted by gilles.degottex on 01 Jun, 2015 04:43 PM
Awesome!
gilles.degottex closed this discussion on 11 Jul, 2015 02:34 PM.