- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
- Marcas:
- Intel® Fortran Compiler
Link copiado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Here is what I've found:
The toolkit contains the following components of interest:
- Optimizing Visual C++ compiler (cl.exe) - the same one as is in Visual Studio.NET Professional
- Linker (link.exe)
- Static Visual C++ run-time libraries (libc, libcp)
- Win32 API import library kernel32.lib
It does NOT contain:
- Visual C++ DLL import libraries
- Win32 API import libraries other than kernel32 (though these can be obtained from the Platform SDK)
- Librarian
- Resource Compiler
- Debugger
- IDE
In order to use this with Intel Visual Fortran, follow these steps:
- Install the toolkit
- Install Intel Visual Fortran. The install will warn you that Visual C++ is not found; select the option to continue anyway
- After installation completes, edit the following two files found in the Intel Fortran IA32BIN folder:
- ifort.cfg - Replace the path in the line beginning with "-Qlocation,link" to be the BIN folder of the toolkit, and add the line
-Qoption,link,/nodefaultlib:uuid.lib
Ifortvars.bat - Replace the path in the @call line to call the vcvars32.bat file in the Toolkit folder
You should now be able to build statically linked executables. You cannot build DLLs nor link against the DLL libraries. You also cannot build static libraries, since there is no librarian. The Intel Debugger (idb) can be used for debugging.
At first, I thought that there was a restrictive EULA attached to this toolkit which forbade using it to develop software for redistribution, but a comparison with a retail EULA shows that is not the case.
The Toolkit is not an adequate prerequiste for Intel Visual Fortran, but if you can live with the limitations, you may find it useful.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
That's brilliant. But can the toolkit be packaged onto the Intel Fortran CD? Or can we package it onto our own CD? Can the platform SDK also be packaged in this way?
All the best,
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I've been finding that Windows Fortran updates have not been applying cleanly, either with a Visual Studio 2003 or this free Toolkit installation. For the patches, I've found I had to re-create the temporary installation directories of the base compiler, and do a Repair, leaving all temporary files in place when following up by applying the patch. For complete compilers, the installer has failed to tell me to remove the earlier compiler when that appears necessary.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I have seen other complaints about the patches wanting to see the expanded kit in the temp folder - I don't know that it has any bearing on whether you used the MS toolkit or not. The issue is being investigated.

- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora