Mail Archives: djgpp/1995/10/16/19:11:05
amh15 AT cus DOT cam DOT ac DOT uk (Alan Hart) writes:
>Is there still a 16-bit version of GCC or DJGPP? I have a feeling one was
>distributed with DJGPP about a year ago...
I think the program you are remembering is the so-called 'real-mode gcc'.
That was just the driver program gcc.exe, compiled by turbo-c in 16 bits.
The only reason this was ever useful was the 130 K footprint each
invocation of go32.exe cost you in the precious 640 K DOS memory. The
real-mode gcc had a much smaller footprint, and therefore you sometimes
could get at least 1 level of recursive makeing if you combined the usage
of the real-mode gcc.exe and a really well-optimized DOS setup, which was
otherwise almost impossible.
For V2, there's no reason for such trickery any more, as the footprint
has become small enough to be neglectable.
Hans-Bernhard Broeker (Aachen, Germany)
- Raw text -