- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am building an existing 32-bit Intel Fortran application on a newly purchased PC, on which I have installed the latest (as of October 2022) versions of Intel' Fortran compiler, oneAPI toolkit, and MKL libraries, namely:
Intel® Fortran Compiler (Beta) & Intel® Fortran Compiler Classic 2022.2.0*
Intel® oneAPI Base Toolkit 2022.3
Intel® oneAPI Math Kernal Library 2022.2.0
Microsoft Visual Studio Community 2022 (64-bit) 17.3.5
*At compile time, the compiler reports itself as Intel® Compiler Classic 2022.2.0 2021.7.0 [IA-32]
The app and dll compiler without error but I get the following linker error:
Error fatal error LNK1104: cannot open file 'mkl_intel_c.lib'
The app and dll both have the flag /Qmkl:parallel set.
On searching the folder C:\Program Files (x86)\Intel there is no such file in the installation.
Where do i get this lib file from? Has is been omitted from the installation by mistake?
Or do I have to change a setting in my project properties to avoid this dependency?
This error did not occur with a previous version of Intel Fortran on a different machine.
Any help would be much appreciated.
Thanks
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you wish to use 32-bit MKL libraries, you need to download and install the 32-bit OneAPI Base Toolkit, which contains IPP and MKL (scroll down to the bottom of the page that I linked, and look for Intel oneAPI Base Toolkit for Windows (32 bit) .
After downloading and while installing, unless you want IPP, make sure to deselect it in the installer customization page.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you wish to use 32-bit MKL libraries, you need to download and install the 32-bit OneAPI Base Toolkit, which contains IPP and MKL (scroll down to the bottom of the page that I linked, and look for Intel oneAPI Base Toolkit for Windows (32 bit) .
After downloading and while installing, unless you want IPP, make sure to deselect it in the installer customization page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page