Mail Archives: djgpp/1997/05/29/22:18:32
Claude Sassine (claude AT tiac DOT net) wrote:
: I am not sure what is meant by empty bodies, supposedly:
: #define __crt0_glob_function
: #define __crt0_load_environment_file
: #define __crt0_setup_arguments
I don't think so. Try:
(type) __crt0_glob_function() {};
etc
replacing (type) with the return type of the function, and putting in a
suitable return statement if the function is non-void.
: or undefining it in some way. Even if this is true, judging from the
: size hello.c file in comparison to the size of its executable, the
: compiler still generates an enormous output. I wonder what steps to
: take.
If your source is short, post it here. Maybe you are using large static
arrays or something similar.
--
George Foot <mert0407 AT sable DOT ox DOT ac DOT uk>
Merton College, Oxford
- Raw text -