- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I get the following error message:
"Severe: no such file or directory: fortcom
Compilation aborted ... "
I read in another thread that fortcom is the Fortran compiler which is not found when this message occurs. However, this thread did not give me any clues about what goes wrong in my case.
I am using Visual Studio 2008 / Intel Fortran Version 11 under Windows XP 64bit, butdid not encounter the problem that the Fortran compiler is not found before with other solutions. Iget the error message witha solutionthat has been created on another computer with Visual Studio 2005 and Intel Fortran Version 10, possibly under a 32bit version of Windows. However, this, too, did not cause any problems before with other projects created with an older version of VS / Fortran on another OS.
I would be glad, if you could give me some hint what might go wrong.
Thank you very muchin advance.
With kind regards
Lars Beuth
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
and
If you have an installation only for IA32, and the present project is for Intel64, or the converse, the symptom you mentioned is understandable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for looking into it. I guess it is some very simple thing - I am justnot seeingit.
Yes, both versions of fortcom.exe are available in: C:\Program Files (x86)\Intel\Compiler\11.0\072\fortran\Bin\intel64 and {...}\IA32. The target platform is set to Win32, I use the IA-32 compiler as with other projects. To be sure, Iadded the above mentioned path to the 'Executables' directory list in the 'Compiler Selection' box/dialog and to the PATH environment variable,but that does not fix it.
Greetings
Lars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please attach the buildlog.htm from a failed build. If you create a new project, can you build there?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the following the content of the buildlog.htm:
"
Build started: Project: OldCode, Configuration: Debug|Win32
Output
Compiling with Intel Visual Fortran 11.0.072 [IA-32]...
ifort /nologo /debug:full /Od /heap-arrays0 /recursive /Qopenmp /Qopenmp-report2 /warn:interfaces /real_size:64 /assume:byterecl /fpconstant /module:"Debug\" /object:"Debug\" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin" "T:\oldcode\BT_SIG.FOR"
fortcom: Severe: No such file or directory
... file is 'T:\oldcode\BT_SIG.FOR'
compilation aborted for T:\oldcode\BT_SIG.FOR (code 1)
oldcode- 2 error(s), 0 warning(s)"
Which solves the problem. It's not "ifort" that is not being found but simply the path to the source files which is wrong. I did not check this.
Thank you very for your advise.
With kind regards
Lars Beuth
- 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
No, not yet, I have not found the time yet.
Greetings
Lars

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