Mail Archives: djgpp/2000/06/23/04:31:47
> Did you look at section 3.6 of the DJGPP FAQ list? It answers some of
> these questions.
Yes. That was the reason why I am now confused.
What exactly does RSXNTDJ? I searched the documentation but I don't
understand where this cross-compiler is inserted. C(++) -> RSXNTDJ ->
djgpp -> Win EXE/DLL? Or something else?
From the FAQ is understood that there are big problems with RSXNTDJ, Cygnus
and Mingw.
>
> > When I look to djgpp, cygnus, mingw, I see lot of utilities and binaries
> > that doesn't fit into this idea. Why I need cross compiler
>
> If you refer to RSXNTDJ, the reason is because native DJGPP tools cannot
> produce executables in the Windows format. The cross-compiler fixes that.
>
> > why I need 4MB DLL for Cygnus
>
> Because Cygwin simulates a Posix system on top of non-Posix Windows.
> Providing all the missing functionality takes lots of code. (Btw, 4MB
> is the unstripped size of the DLL; if you strip it, you are left with
> something like 500KB.)
OK, But I don't need POSIX. I don't want to port Unix applications to
Windows, I just need to compile my Windows application.
BTW: How do those compilers support Microsoft extensions?
Regards, Jan
- Raw text -