Reputation: 15621
Where can be found default settings for search path for headers in Ubuntu 11.04? This is for g++.
Upvotes: 3
Views: 3720
Reputation: 2115
This may be useful:
http://gcc.gnu.org/onlinedocs/gcc-4.1.1/cpp/Search-Path.html#Search-Path
Upvotes: 2
Reputation: 1387
gcc also recognizes -isysroot where you specify the root of your header and other files
http://gcc.gnu.org/onlinedocs/gcc/Directory-Options.html#Directory-Options
Upvotes: 1