Message-ID: <32991BA6.5E42@gbrmpa.gov.au> Date: Mon, 25 Nov 1996 12:08:10 +0800 From: Leath Muller Reply-To: leathm AT gbrmpa DOT gov DOT au Organization: Great Barrier Reef Marine Park Authority MIME-Version: 1.0 To: Henrik CC: djgpp AT delorie DOT com Subject: Re: ld linker problems References: <57afr7$4h5 AT fizban DOT solace DOT mh DOT se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > and link them together with 'gcc file1.cc file2.cc', it turns out that the > 10000 bytes buffer is included in the final output file! Since the program > (the start of which is defined to be main(), of course) doesn't reference it, > I don't want it there! You could always use malloc(). ;) Leathal.