This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how gcc determine the location of lib


"Zhendong Zhou \(Kyle\)" <zhouzhendong@hotmail.com> writes:

> Just wonder how gcc determine where libraries are located?
> I know there are some system directories which is determined at configure stage when installing gcc. How can I know what is the system directories for an existing system.

gcc -print-search-dirs

Documented here:
    http://gcc.gnu.org/onlinedocs/gcc-3.3.2/gcc/Debugging-Options.html

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]