Date: Thu, 19 Mar 1998 19:18:53 +0200 (IST) From: Eli Zaretskii To: andrewc AT rosemail DOT rose DOT hp DOT com cc: robert DOT hoehne AT gmx DOT net, djgpp-workers AT delorie DOT com Subject: Re: Bugs in 2.8.0? In-Reply-To: <199803191647.AA253106078@typhoon.rose.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 19 Mar 1998, Andrew Crabtree wrote: > Right - but I was under the impression that you only had to be > careful with library files. For object files, as long as they come > before any of the libraries, order should be irrelevant. Only if the object files are orthogonal, i.e. neither one needs external symbols in others. I'm not sure this is the case with crtf.o. It might use something that crt0.o sets up.