Mail Archives: djgpp/1996/10/19/05:07:24
James L. Davis wrote:
>
> the resulting exe is 64k
> how do i make 32k exe's ?
>
> I know this can be done.
Read the DJGPP FAQ List, section 8.15. The latest version is available
at:
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/faq202b.zip
In short, you can use the '-s' switch to strip the executable of
debugging information, or define empty versions of some of the DJGPP
startup functions. (__crt0_glob_function, __crt0_load_environment_file,
and _crt0_setup_arguments)
You can also use the DJP executable packer to compress DJGPP
executables.
--
John M. Aldrich <fighteer AT cs DOT com>
* Anything that happens, happens.
* Anything that, in happening, causes something else to happen,
causes something else to happen.
* Anything that, in happening, causes itself to happen again, happens
again.
* It doesn't necessarily do it in chronological order, though.
--- Douglas Adams
- Raw text -