* "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
| I'm wondering whether g++ will search the dir (specified with -I
| option) recursively?

No, it won't.  You may issue several -I in a row to achieve that:

  g++ -I /some/dir/ -I /some/dir/a/ -I /some/dir/a/b/

R'
_______________________________________________
Help-gplusplus mailing list
Help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to