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

LINK : fatal error L1022: response line too long

tesh
Principiante
1.562 Visualizações

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 Respostas
Steven_L_Intel1
Funcionário
1.562 Visualizações
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
tesh
Principiante
1.562 Visualizações
Right on target Steve....Thanks so much
and thanks for the prompt reply.

Merry Christmas!
Tesh
US Airways
Pittsburgh
Responder