- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
i've tried to recompile a modified version of FAST with GH-bladed DLL interface through the batch file which exists in the open source FAST archive (Compile_FAST.bat which is attached), but i have blocked by this error:
ifort: error #10037: could not find 'link'. please see the attached files.
please provide me with your advice,
Thanks
i've tried to recompile a modified version of FAST with GH-bladed DLL interface through the batch file which exists in the open source FAST archive (Compile_FAST.bat which is attached), but i have blocked by this error:
ifort: error #10037: could not find 'link'. please see the attached files.
please provide me with your advice,
Thanks
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, I slipped. I think that IA32 should be in lowercase, that is, ia32. If that does not still work, also try
IF "%INTEL_SHARED%"=="" CALL "%IVF_LOC1%\IFORTVARS.bat" ia32
(that is, with ia32 outside the quotes enclosing the path).
IF "%INTEL_SHARED%"=="" CALL "%IVF_LOC1%\IFORTVARS.bat" ia32
(that is, with ia32 outside the quotes enclosing the path).
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The message about not finding LINK.EXE originated from a prior error in calling the batch file that sets up the compiler environment, which prevented the location of the linker to be added to PATH.
Change line-115 of the batch file from
IF "%INTEL_SHARED%"=="" CALL "%IVF_LOC1%\IFORTVARS.bat"
to
IF "%INTEL_SHARED%"=="" CALL "%IVF_LOC1%\IFORTVARS.bat IA32"
Change line-115 of the batch file from
IF "%INTEL_SHARED%"=="" CALL "%IVF_LOC1%\IFORTVARS.bat"
to
IF "%INTEL_SHARED%"=="" CALL "%IVF_LOC1%\IFORTVARS.bat IA32"
- 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
Sorry, I slipped. I think that IA32 should be in lowercase, that is, ia32. If that does not still work, also try
IF "%INTEL_SHARED%"=="" CALL "%IVF_LOC1%\IFORTVARS.bat" ia32
(that is, with ia32 outside the quotes enclosing the path).
IF "%INTEL_SHARED%"=="" CALL "%IVF_LOC1%\IFORTVARS.bat" ia32
(that is, with ia32 outside the quotes enclosing the path).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
mecej4,
many thanks for your help. it compiled smoothly.
sincerely,
Milad.
many thanks for your help. it compiled smoothly.
sincerely,
Milad.

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