- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am having problem compiling my program using Intel Fortran 9.1 -25 (trial version) and Visual Studio 2005.
I am getting an error saying :
fatal error LNK1112: module machine type 'IA64' conflicts with target machine type 'X86'.
Any help will be appreciated.
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Somehow you have things configured that it is using the compiler for Intel Itanium, but is linking with the IA-32 linker. Which edition (Standard, Professional, Team System, etc.) of Visual Studio do you have? In the Visual Studio toolbar, to the right of the configuration name (Debug or Release), is another dropdown menu that usually says "Win32" or perhaps "x64". Does yours say something different?
In VS, select Tools..Options..Intel Fortran..General. For Target Platform, select Win32. Does the Executables list start with "$(IFortInstallDir)Bin"?
- 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