Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
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.
29284 Discussions

LINK : fatal error L1022: response line too long

tesh
Beginner
1,553 Views

I keep getting the following message after successful
(with warnings) compilation of a Fortran application.
I tried using the Quickwin/Windows/Console platforms
which did not resolve it.
It's a Compaq Visual Fortran(6.5) Application

Linking...
Microsoft Overlay Linker Version 3.55
Copyright (C) Microsoft Corp 1984, 1985, 1986. All rights reserved.
Object Modules [.OBJ]: KERNEL32.LIB /NOLOGO /ENTRY:"WINMAINCRTSTARTUP" /SUBSYSTEM:WINDOWS /INCREMENTAL:NO /PDB:"F27Q___WIN32_DEBUG/F27Q.PDB" /DEBUG /MA
LINK : fatal error L1022: response line too long
Error executing link.exe.

f27q.exe - 1 error(s), 5 warning(s)



PLEASE HELP !

Thank you kindly and happy holiday!
0 Kudos
2 Replies
Steven_L_Intel1
Employee
1,553 Views
Your PATH is screwed up - CVF is finding some old linker instead of the one in ..VC98BIN. If you're doing this from Developer Studio, select Tools..Options..Directories..Executable Files. Make sure that the folder whose name ends in VC98BIN is first in the list (DF98BIN should be second - the actual order of these two doesn't matter.) Examine the list for references to old compilers you no longer use and remove them. Check the definition of your PATH environment variable too, as that's probably where this got picked up.

Steve
0 Kudos
tesh
Beginner
1,553 Views
Right on target Steve....Thanks so much
and thanks for the prompt reply.

Merry Christmas!
Tesh
US Airways
Pittsburgh
0 Kudos
Reply