Mail Archives: djgpp/1996/05/26/02:41:06
On Thu, 23 May 1996, Benhail Acosta Mejia wrote:
> C:\C++\BIN/ld.exe: cannot open linker script file djgpp.lnk: No such
^^^
This seems to suggest that you run under Win95 or some other system that
supports extended filenames (DOS won't allow `+' in a filename). What
did you set the DJGPP environment variable to? You cannot set it to
C:/C++/DJGPP.ENV, because the DJGPP startup code cannot get to that
filename before it knows that LFN is supported, and it cannot know that
LFN should be supported without getting to DJGPP.ENV--it's a
chicken-and-egg problem. So you should set DJGPP to the DOSsified
pathname of that file. Use DIR to see what is the name of that directory
that is known to DOS, and change the DJGPP variable accordingly.
If the above won't help, type `set > env.lst' from the DOS prompt and
post the contents of the file env.lst.
- Raw text -