Prof Abimbola Olowofoyeku a écrit:
On 19 Sep 2002 at 1:18, Frank Heckenbach wrote:
Prof. A Olowofoyeku (The African Chief) wrote:
[...]
I know that DJGPP uses some ways around this limit when one DJGPP program calls another one. I don't know if/what mingw does, or if the limit exists at all under Windows. Someone might want to try it, but I guess if the limit really applied, this would have been noticed much earlier.
Correct. The problem is with front slashes (or so it seems).
This is probably not the problem
I have tried the same four checks with front slashes after the -B (no front slashes possibles in the call c:\mingw\bin\gpc, command.com will not find the program) The results are exactly the sames.
I have also tried with djgpp, simply replacing everywhere mingw by djgpp (all is in a clean dos box with only path=c:\windows;c:\windows\command to avoid finding the wrong compiler) The four test work then, both with front and bacward slashes, only with the warning gpc.exe: file path prefix `c:/djgpp/bin' never used when omitting the trailing / or \
Maurice