Date: Sun, 9 Apr 2000 16:17:04 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Alessandro Monopoli cc: djgpp AT delorie DOT com Subject: Re: R: Linking speed In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Note-from-DJ: This may be spam Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 9 Apr 2000, Alessandro Monopoli wrote: > > > I've found that it wait a *lot* of time on something called COLLECT2 . > > > > See section 7.2 of the FAQ: you might have an old version of the > > compiler, where collect2 would sometimes try to access the network. > > I read it, but I have gcc 2.952 and I have removed 'c:\' from my path list, > and the problem is still here... It doesn't have to be C:\, it might be other drives. If you link with -v on the command line, GCC will print all the directories it searches. Then it will be easier to see if the network access is the cause of your problem. It certainly looks like it is.