Date: Thu, 4 Jun 1998 20:07:54 +0300 (IDT) From: Eli Zaretskii To: Josh Rubin cc: djgpp AT delorie DOT com Subject: Re: Questions about link libraries in 2.81 In-Reply-To: <3575c419.106170@news1.bway.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 3 Jun 1998, Josh Rubin wrote: > Also, why is libgcc is being searched twice? This is normal behavior. ld.exe is a one-pass linker, so of some functions in libc.a call functions in libgcc.a, and some other functions in libgcc.a call some functions in libc.a, the linker needs to see libgcc.a twice.