Mail Archives: djgpp/1995/01/31/05:59:59
> documentation. I typed "go32 gcc.exe main.c" for a quick test. I am
The right way to do it is this:
gcc main.c
> int15h. I have used himem.sys as a driver in my config.sys file. go32 does
Install EMM386 RAM in your CONFIG.SYS (after HIMEM.SYS). Currently,
gcc 2.6.3 will crash under HIMEM alone.
> provide. My computer has a 80386-SX microprocessor.
If you don't have a 387, you will have to install an FP emulator.
The README.DOC file explains how to install it. The emulator
itself is in djemu112.zip file.
- Raw text -