relative include search path

2009-05-25 Thread Denis Onischenko
I have a problem with gcc not finding location for stddef.h include file when it is invoked from directory other than install_prefix/bin. Output from gcc invocation with -v option contains the following: ignoring nonexistent directory ../lib/gcc... i.e. gcc is trying to find include files in

Re: relative include search path

2009-05-25 Thread Dave Korn
Denis Onischenko wrote: I have a problem with gcc not finding location for stddef.h include file when it is invoked from directory other than install_prefix/bin. Questions about the usage of GCC should go to the gcc-help mailing list, rather than this one which is about the development of