mingw32 and header files that aren't present...

Mumit Khan khan@xraylith.wisc.edu
Wed Nov 3 08:43:00 GMT 1999


In article <7vo6e7$703$1@gaddy.interpath.net>,
Joe Heafner <heafnerj@interpath.com> wrote:
>
>I assumed that since EMX and DJGPP are both derived from gcc, MingW32 would
>be too.

You're confusing a compiler and runtime/OS it runs on. EMX, DJGPP, Mingw32
are distinct runtimes; all of these have GCC *ports* and not *derived*
from GCC. EMX and DJGPP provide their own C runtime library (DOS based,
using some form of 32bit extension), whereas uses Microsoft's runtime 
(and provides direct access to Windows32 API) and conforms to native 
windows32 compiler. Mingw32 does not run under pure DOS, Win16, etc.

>>These are non-standard headers that are guaranteed to exist for ANSI
>>C development environments (and even if these do, not guaranteed to
>>contain what you expect).
>>
>You mean "...that are not guaranteed..."?

Right.

Regards,
Mumit



More information about the Gcc-help mailing list