Date: Mon, 16 Dec 1996 18:32:05 +0200 (IST) From: Eli Zaretskii To: Kay Hayen cc: djgpp AT delorie DOT com Subject: Re: Reducing file size - again In-Reply-To: <6MhNRh-jccB@jocokko.edition.bonbit.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 12 Dec 1996, Kay Hayen wrote: > So I read Section 8.15 of the FAQ 2.02, and there it says: ( reformated > a bit ) Please also read the docs for the library functions mentioned in this section. The FAQ makes a point of telling you where to find details about the issues it describes only in part (since obviously the FAQ cannot tell everything). > I tried it out. Effects seemed like > > __crt0_glob_function empty -> malloc fails allways > __crt0_load_enviroment_file -> nothing noticeable > __crt0_setup_arguments -> can't get the command line You are clearly not doing this properly. I'm sure the library docs will tell you enough to do it correctly, once you read it.