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 file, whats wrong??
>
> I get the following error:
>
> System__Public.h: No such file or directory
>
> this file is in w:\source,
>
> Please help

Hmm, let me get this straight: you're adding a Windows-style path to the
include path of the Cygwin gcc?

One obvious solution would be to change the path to POSIX, something like
"/cygdrive/w/source".  If you insist on using Windows-style paths, this
may be a quoting issue (you may have to quote your backslashes twice).
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk!
  -- /usr/games/fortune


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




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:

System__Public.h: No such file or directory

this file is in w:\source,

Please help

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/