Mail Archives: djgpp/1998/06/07/20:51:37
> cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC__MINOR__=7 -Dunix -Di386 -DGO32
> -DMS DOS -D__unix -D__i386 -D__GO32 -D__MSDOS -D__unix__ -D__i386__ -D__GO32__
> -D__MSDOS__ -Asystem(unix) -Asystem(msdos) -Amachine(i386) -vesa.c
> C:\DOS\ccbaaaaa
> 16-bit DPMI unsupported
The "cpp" is a give-away. DJGPP, when installed correctly, lists
something like c:/djgpp/bin/cpp.exe. What's probably happening is
that you didn't set the DJGPP environment variable (or set it
incorrectly), and gcc is relying on the PATH to find its subprograms,
and you have a copy of Borland C installed on your PATH. Once gcc is
running, the DPMI server is in 32-bit mode, and it can't run Borland's
16-bit CPP program, which also uses DPMI.
- Raw text -