Mail Archives: djgpp/2000/04/09/10:31:40
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.
- Raw text -