Mail Archives: djgpp/1997/12/30/12:31:45
For all the user which have problems with accessing not wanted drives
when ld.exe is running:
Please use a simple hello-world program and do the following steps:
gcc -c hello.c -o hello.o
gcc -o hello.exe hello.o -Xlinker --verbose > log
Now examine the file ´log´ which contains all the files,
which ld tried to open. If there is somewhere your interested
drive in one of the paths you should try to figure out why ld
tried to access that file. If you have no clue about this, so
please post the file ´log´ together with your djgpp.env and an
output of the set-command. (if you are using RHIDE posting here
a bug-reporte created by RHIDE might be usefull too)
Normally (as Eli already tried to mention more than once!!) ld
does not access randomly some drives. If it does, there is probably
a misconfiguration of you which you should explain a little bit
more detailed to get a usefull help.
Robert
--
******************************************************
* email: Robert Hoehne <robert DOT hoehne AT gmx DOT net> *
* Post: Am Berg 3, D-09573 Dittmannsdorf, Germany *
* WWW: http://www.tu-chemnitz.de/~sho/rho *
******************************************************
- Raw text -