- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Howdy,
I get this lnk1104 message when I try to compile my old Fortran77 code.
*** Notice the ampersand in front of the file path; below is the compile log:
--------------------Configuration: Imaging2D - Win32 Debug--------------------
Compiling Fortran...
Microsoft Incremental Linker Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
/subsystem:console
/entry:mainCRTStartup
/ignore:505
/debugtype:cv
/debug:minimal
/pdb:none
"@C:Documents and SettingsyangLocal SettingsTempRSPFB.tmp"
dfor.lib
libc.lib
dfconsol.lib
dfport.lib
kernel32.lib
/out:RSPFB.exe
LINK : fatal error LNK1104: cannot open file "@C:Documents and SettingsyangLocal SettingsTempRSPFB.tmp"
Compaq Visual Fortran Optimizing Compiler Version 6.1
Copyright (C) 1997,1999 DIGITAL Equipment Corp. All rights reserved.
Error executing df.exe.
Imaging2D.exe - 1 error(s), 0 warning(s)
*** I'm running Win2000 on a Dell Precision 220 Workstation with CVF v6.1.
Thank you in advance,
Markus
I get this lnk1104 message when I try to compile my old Fortran77 code.
*** Notice the ampersand in front of the file path; below is the compile log:
--------------------Configuration: Imaging2D - Win32 Debug--------------------
Compiling Fortran...
Microsoft Incremental Linker Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
/subsystem:console
/entry:mainCRTStartup
/ignore:505
/debugtype:cv
/debug:minimal
/pdb:none
"@C:Documents and SettingsyangLocal SettingsTempRSPFB.tmp"
dfor.lib
libc.lib
dfconsol.lib
dfport.lib
kernel32.lib
/out:RSPFB.exe
LINK : fatal error LNK1104: cannot open file "@C:Documents and SettingsyangLocal SettingsTempRSPFB.tmp"
Compaq Visual Fortran Optimizing Compiler Version 6.1
Copyright (C) 1997,1999 DIGITAL Equipment Corp. All rights reserved.
Error executing df.exe.
Imaging2D.exe - 1 error(s), 0 warning(s)
*** I'm running Win2000 on a Dell Precision 220 Workstation with CVF v6.1.
Thank you in advance,
Markus
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Fixed in 6.5A (coming soon). Workaround - change the definition of your TEMP and TMP environment variables to be something that doesn't contain a space, such as C:TEMP.
Steve
Steve

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