- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi. I just got Intel Fortran builder version 11.1 and Microsoft visual studio 2008 installed on my computer. However I believe I did this the wrong way round, installing Intel before visual studio, and as a result the two programmes arent linked. This means that when ever I try to compile a fortran file in Intel using the ifort command I get Ifort error error #10037: could not find link . I think this requires me to move the paths to the library (.lib) and executable (.exe) files for Intel fortran and visual studio into the environmental variables. However there are a lot of these files, so firstly am I on the right track, secondly do I need to path all these files into the environmental variables or is there a quicker way? (Id rather not reinstall Intel unless its the only way as Id have to get the I.T. services to do that).
Thanks.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Either way, I think you need some run-as-administrator privilege in Vista or Win7. If you don't have this, maybe you should have installed ifort in a place where you have rights, or get rights to the \Intel\ installation directories. How else can you install upgrades or license renewals? Likewise, you really need to be able to apply Microsoft patches to VS.
Linker path can also be set up by adding the -Qlocation,link, option along with your other chosen global ifort options in ifort.cfg e.g.
-Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\amd64"
-assume:minus0,protect_parens,buffered_io,byterecl
-Qprec-div -Qprec-sqrt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VS2008 does not explicitly need to be run as administrator.
- 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

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