Mail Archives: djgpp/1998/06/25/18:36:54
Mark Oller wrote:
>
> When I try to compile something, even programs that say coded for DJGPP,
> I get the message 16bit DPMI not supported and I even got the cwsdpmi
> running when that happened. Please help
This is probably because files from some other compiler are along your
PATH somewhere before DJGPP. Borland is the usual one; its programs run
in 16-bit DPMI, which can't be run from a 32-bit DPMI program (like
gcc). Compile with `-v' and see where things like `cpp.exe' are being
found-- it should be $DJDIR/bin. Also check that the DJGPP directory
is at the front of your PATH.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -