www.delorie.com/djgpp/v2faq/faq042.html | search |
| Previous | Next | Up | Top |
You can see which directories on what drives does the linker try to access by passing the -verbose option to the linker. Here's an example:
gcc -o hello.exe hello.o -Xlinker --verbose > linker.logThis redirects the linker log to a file which you can then examine. Since the list of directories accessed by the linker doesn't depend on the program being linked, you can try this with any trivial program.
webmaster donations bookstore | delorie software privacy |
Copyright ⌐ 1998 by Eli Zaretskii | Updated Sep 1998 |
You can help support this site by visiting the advertisers that sponsor it! (only once each, though)