Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

How to create fftw3xc_ms.lib

jeongyong_s_
Beginner
304 Views

Hello

In manual, to use fftw,

I want to make fftw3xc_ms.lib using makefile

but i don's know how to create fftw3xc_ms.llib....

Now I'm using a Visual Studio 2010.

Are there any nmake command?

How can i create fftw3xc_ms.lib?

I need your help.

regards

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
304 Views

yes, you can build this lib by using nmake:  nmake libintel64 compiler=msvs

and as a results you will have fftw3xc_msvs.lib library into the current directory.

0 Kudos
Reply