In a Makefile I found this line:
copy /B $(DJGPP:\DJGPP.ENV=)\bin\pmodstub.exe+a foo.exe
This fails with 'Path not found' on my Windows XP system, because it
resolves to:
copy /B c:\djgpp\djgpp.env\bin\pmodstub.exe+a foo.exe
That 'djgpp.env\' is the culprit.
I mean, it's clear, what this line is intended to do, but I've never
seen this line before.
Why does it not work on my system?
How to make it work? Do I need the change some setting on my system?
(Yes, I already know how to work around, but I'm curious.)
In a Makefile I found this line:
copy /B $(DJGPP:\DJGPP.ENV=)\bin\pmodstub.exe+a foo.exe
This fails with 'Path not found' on my Windows XP system, because it
resolves to:
copy /B c:\djgpp\djgpp.env\bin\pmodstub.exe+a foo.exe
That 'djgpp.env\' is the culprit.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 374 |
Nodes: | 16 (2 / 14) |
Uptime: | 121:41:07 |
Calls: | 7,955 |
Calls today: | 6 |
Files: | 13,008 |
Messages: | 5,812,236 |
Posted today: | 1 |