- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi!!
i've got a problem.
i tried to compile a simple source code by using the command ifort.
According to the users guide, the executable should be produces automatically, cause by using the compiler the linker is invoked too.
but all i get is an object-file, there's no .exe
can anyone tell me why??
thx
tarik
i've got a problem.
i tried to compile a simple source code by using the command ifort.
According to the users guide, the executable should be produces automatically, cause by using the compiler the linker is invoked too.
but all i get is an object-file, there's no .exe
can anyone tell me why??
thx
tarik
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please show the exact command line you are using and the output of that command. Are you perhaps using /compile_only or -c?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
it looked like the following
C:>ifort test.f90
Intel Fortran Compiler for 32-bit applications, Version 8.1 Build 20040802
Z Package ID: w_fc_p_8.1.019
Copyright (C) 1985-2004 Intel Corporation. All rights reserved.
30 DAY EVALUATION LICENSE
ifort: NOTE: The evaluation period for this product ends on 18-feb-2005 UTC.
ifort: error: unable to run 'Bin'
thx
C:>ifort test.f90
Intel Fortran Compiler for 32-bit applications, Version 8.1 Build 20040802
Z Package ID: w_fc_p_8.1.019
Copyright (C) 1985-2004 Intel Corporation. All rights reserved.
30 DAY EVALUATION LICENSE
ifort: NOTE: The evaluation period for this product ends on 18-feb-2005 UTC.
ifort: error: unable to run 'Bin'
thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The problem here is that it was unable to run the linker due to a configuration error. Do you have either Microsoft Visual C++.NEY or Visual Studio.NET installed? What is the contents of C:Program FilesIntelFortrancompiler80IA32BINifort.cfg?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi steve!
this is what i found:
# This Configuration file may be used for additional switches
# Enable Microsoft* Visual C++.NET 7.0 compatibility
-Qvc7.1
# Path to Microsoft* Visual C++.NET 7.0 linker
-Qlocation,link,"Bin"
# *Other names and brands may be claimed as the property of others
you're right, but how can i change path of the linker
unfortunately i do not have visual c++ installed
tarik
this is what i found:
# This Configuration file may be used for additional switches
# Enable Microsoft* Visual C++.NET 7.0 compatibility
-Qvc7.1
# Path to Microsoft* Visual C++.NET 7.0 linker
-Qlocation,link,"Bin"
# *Other names and brands may be claimed as the property of others
you're right, but how can i change path of the linker
unfortunately i do not have visual c++ installed
tarik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Visual C++.NET is a required prerequisite for using Intel Visual Fortran. If you are using the command line only and don't mind some restrictions, see here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
that's great
thanks very much steve
tarik
thanks very much steve
tarik

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