[Bug other/18555] Need a command line switch to control gcc's include and libary finding mechanism

2004-11-18 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-11-19 01:59 --- Patch to fix driver, http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01534.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18555

[Bug other/18555] Need a command line switch to control gcc's include and libary finding mechanism

2004-11-18 Thread dpatel at apple dot com
--- Additional Comments From dpatel at apple dot com 2004-11-19 01:21 --- It seems -isysroot may do the task here. I see its implementation in c-opts.c, but unfortunetly 1) it is not documented in cppopts.texi and 2) driver has one bug that causes it to eat isysroot argument. I will

[Bug other/18555] Need a command line switch to control gcc's include and libary finding mechanism

2004-11-18 Thread austern at apple dot com
--- Additional Comments From austern at apple dot com 2004-11-18 21:39 --- We have a lot of options that are vaguely similiar to this. It's also reminiscent of -iprefix. But I actually think the closest analogy is to -B. Its effect on header and library paths is the same as -B, but

[Bug other/18555] Need a command line switch to control gcc's include and libary finding mechanism

2004-11-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-18 21:17 --- So kinda like --with-sysroot by at done at run time instead at configure time. -- What|Removed |Added