Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

lnk1104

Intel_C_Intel
Employee
381 Views
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
0 Kudos
1 Reply
Steven_L_Intel1
Employee
381 Views
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
0 Kudos
Reply