Mail Archives: djgpp-workers/1998/11/01/07:42:34
On Sat, 31 Oct 1998, bowman wrote:
> #include <stdlib.h>
>
> int main(void) {
>
> system("test.bat");
> return 0;
> }
> <--------- end test.c ----------->
>
> The fault occurs whether test.exe is invoked from command.com or bash,
This is a known bug in the current beta. It was found and reported by
Andris Pavenis, and he also posted a patch (actually, 2 different
patches that fix the problem in two different ways) to djgpp-workers.
You should be able to find the patch by searching the mail-archives on
DJ's server.
- Raw text -