Mail Archives: djgpp/1997/12/30/02:48:01
Colin Walsh wrote:
[...]
>
> My zip drive (which I've only had for a few days) does the same exact thing
> when I compile (and I'm not using RHIDE). I put the -v switch in and it occurs
> when ld is running. In the command line used to invoke ld there is no reference
> to any files being accessed on drive d:, also, there is no reference to anything
> on the drive in my path. I'm guessing tho' that no harm is being done and its
> just some sort of quirk of ld.
If I recall correctly, ld performs some stat()ing of the library path,
to see if it is contains symbolic links and other Unix'y issues.
So stat() has to check if some drives exist, or if they are mapped
to network drives. Much the same will happen to you if you run
df to find out some information about your drives. Eli can probably
tell you a lot more of the guts of stat() and when this effect happens.
--
Ciao
Tom
*************************************************************
* Thomas Demmer *
* Lehrstuhl fuer Stroemungsmechanik *
* Ruhr-Uni-Bochum *
* Universitaetsstr. 150 *
* D-44780 Bochum *
* Tel: +49 234 700 6434 *
* Fax: +49 234 709 4162 *
* http://www.lstm.ruhr-uni-bochum.de/~demmer *
*************************************************************
- Raw text -