- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Right on target Steve....Thanks so much
and thanks for the prompt reply.
Merry Christmas!
Tesh
US Airways
Pittsburgh
and thanks for the prompt reply.
Merry Christmas!
Tesh
US Airways
Pittsburgh

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