Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Linking Errors

phillseung
Beginner
629 Views
Hello..
I re-installed MS Visual Studio .net 2003 and Intel Fortan 9.1 and
compiled my project which has been successfully compiled before.
But, with the re-installed one, I got an error message like below...

Linking...
Link: error: could not write to argument file 'C:DOCUME~1
Link: error: could not write to argument file 'C:DOCUME~1
Link: error: could not write to argument file 'C:DOCUME~1
Link: error: could not write to argument file 'C:DOCUME~1
Link: error: problem during multi-file optimization compilation (code 3)
Link: error: problem during multi-file optimization compilation (code 3)

I searched ways to solve this trouble from google, which did not work...
Please let me know what happens and how to solve this issue...

Sincerely,

Phill-Seung Lee

0 Kudos
4 Replies
Steven_L_Intel1
Employee
629 Views
Open a command prompt window and type the commands:

set TEMP
set TMP

what is the output? Which revision of 9.1 do you have?
0 Kudos
phillseung
Beginner
629 Views
Thanks for your reply.

The output is


C:UserspsleeGFRAME3DPaper>set TEMP
TEMP=C:DOCUME~1???LOCALS~1Temp

C:UserspsleeGFRAME3DPaper>set TMP
TMP=C:DOCUME~1???LOCALS~1Temp

The name of temp and tmp forders have Korean characters.

I am using "Intel Fortran_9.1.033"

Sincerely,

Phill-Seung Lee

PS) I made a simple test project of only 1 executable command line and compiled it . But, the same message occurs...

0 Kudos
Steven_L_Intel1
Employee
629 Views
I thought that might be the case. We have had problems in the past with non-ASCII characters in the TEMP/TMP paths, though I thought those were fixed by the time 9.1 was released. I suggest downloading and installing a more recent 9.1 version if you can. If not, create a folder with a simple name such as C:TEMP and change the values of TEMP and TMP to point to that.
0 Kudos
phillseung
Beginner
629 Views

I created C:TEMP and used the folder as TEMP and TMP.

Then, the linking error disappeared !!!

Thanks for your help...

Phill-Seung Lee
0 Kudos
Reply