Re: Problems with GCC and C_INCLUDE_PATH

2002-12-12 Thread Igor Pechtchanski
On Thu, 12 Dec 2002, Allan Crook wrote: > I'm having problems with GCC and the C_INCLUDE_PATH, if i add the path > to the command line with -Iw:\source then all is ok, but if I add the > same path to the environment variable and remove the -I from the command > line it just will not see the header

Problems with GCC and C_INCLUDE_PATH

2002-12-12 Thread Allan Crook
I'm having problems with GCC and the C_INCLUDE_PATH, if i add the path to the command line with -Iw:\source then all is ok, but if I add the same path to the environment variable and remove the -I from the command line it just will not see the header file, whats wrong?? I get the following error: