From: pavenis AT lanet DOT lv Message-ID: To: Eli Zaretskii , djgpp AT delorie DOT com, Andris Pavenis Date: Fri, 30 Jul 1999 11:41:23 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Collect2 question?!? References: <933235065 DOT 575212 AT ridge DOT spiritone DOT com> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.11) Reply-To: djgpp AT delorie DOT com On 30 Jul 99, at 9:01, Eli Zaretskii wrote: > > On 29 Jul 1999, Keith McCormick wrote: > > > I am using the DJGPP port of EGCS 1.12 and the compiler calls 'Collect2' as > > the linker which then calls 'LD.' My question is why does the collect2 > > program access my LAN when running. > > One possibility is that the default directories hard-wired into collect2 > when it was built reference some drive that on your machine is a > networked drive. See section 6.12 of the FAQ for more on this. > > Andris, could you please check if this is the case, and if not, what is? > Very strange. Even if there could be some absolute path inside collect2 it should be something like C:/DJGPP/... However I didn't find any in binary at all (and I expected that) Andris