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]

gcc -print-search-dirs


Hi,
On my linux (mandrake-9.1) box the command 'gcc -print-search-dirs' fails to
produce the output I expect. For some reason '/usr/local/lib' (or indeed
*any* location under the '/usr/local/' tree) doesn't get a mention - though
libraries that exist *only* in /usr/local/lib are definitely being found by
default (ie without having to provide the '-L/usr/local/lib' switch).

Is there a simple alternative I can use that will output the *entire*
library search paths ?

Cheers,
Rob


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