Mail Archives: djgpp/1994/03/17/08:57:50
> Why do stand-alone executables compiled, linked, and coff2exed with DJGPP
> have to be so huge? Is it because they are 32-bit code? Is there any way
> to make them smaller besides something like pklite or double space (which
> didn't have much effect)? I was wondering if the FAQ answers this ques-
> tion, or if someone could enlighten me with the details. Forgive me if
> this question has been answered.
Probably due to libc.a modules required for basic operation.
Unfortunately, V2.0 executables are bigger since they have to do the
work of go32.
Run 'nm -n' on a pre-stubbed binary to see where all the space goes.
- Raw text -