On Thu, 3 Apr 1997, The African Chief wrote:
BTW: having just downloaded and installed GPC 2.0 and some of the DJGPP stuff referred to in the docs, I still can't get anything to compile. The place where I am stuck now when I try to compile is this message:
"C:\DJGPP\BIN/ld.exe: cannot open linker script file djgpp.lnk: No such file or directory (ENOENT)"
A search through my disk shows that no file with the .lnk extension exists. Any clues? This is not in the FAQ!
You may be mixing a djgpp-V2.0 based GPC binary with a djgpp-V2.01 toolchain (ie: you have djdev201.zip installed). djgpp V2.01 renamed djgpp.lnk to djgpp.djl
If this is so, it may help to edit `specs.gpc' and change the "link_command" to refer to `djgpp.djl' instead of `djgpp.lnk'
The fancy option is of course to upgrade either gpc or djgpp.
Hope this helps, JanJaap
--- Thus spake the master programmer: "After three days without programming, life becomes meaningless." [The Tao Of Programming]