Date: Tue, 23 Dec 1997 11:06:13 +0200 (IST) From: Eli Zaretskii To: "John M. Aldrich" cc: djgpp AT delorie DOT com Subject: Re: 2 and more libraries in one project In-Reply-To: <349F4E38.7439@cs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 23 Dec 1997, John M. Aldrich wrote: > P.S.: Is there a difference in functionality between gcc's '-Xlinker > OPTION' and '-Wl,OPTION' switches, except for the latter's splitting of > parameters at commas? AFAIK, there's no other difference except that -Xlinker can accept a single option only, so you need multiple -Xlinker options to pass several options to the linker.