Frank Heckenbach a écrit:
Maurice Lombardi wrote:
In my DJGPP version of GPC `--unit-path=foo;bar' works as expected.
OK for DJGPP. The problem for me was rhide. It does not work when calling gpc under rhide. If I call gpc in bare dos, it works, also when using a DJGPP response file (gpc toto.pas @parameters) to overcome the command line length limit of DOS. When calling under bash I need to quote as you writed above because ; is line end under bash. With command.com this is not necessary because there is no line end under DOS. I have tried various quotings under rhide, but found no way: apparently there is some interference with the strategy rhide uses to transmit long command lines in DOS. And I do not know the internals.
Maurice