Re: default system path questions

2010-12-23 Thread Jonathan Wakely
On 23 December 2010 22:17, Edward Peschko wrote: > All, > > I found much to my dismay today that -I doesn't always work as > intuited. Namely, if I set CFLAGS to: > > -I/path/to/gcc/include > where the default system path is: > > /path/to/gcc/lib/gcc/i686-pc-linux-gnu/3.4.6/include > /usr/local/inc

default system path questions

2010-12-23 Thread Edward Peschko
All, I found much to my dismay today that -I doesn't always work as intuited. Namely, if I set CFLAGS to: -I/path/to/gcc/include where the default system path is: /path/to/gcc/lib/gcc/i686-pc-linux-gnu/3.4.6/include /usr/local/include /path/to/gcc/include /usr/include the expected behavior wou