This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/30439] Intended Behaviour? #include <signal.h> searches for signal.h in local directory



------- Comment #6 from pinskia at gcc dot gnu dot org  2007-01-14 04:56 -------
#include <...> search starts here:
 /home/cbs/local/include
 .
 /usr/local/include
 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include
 /usr/include


----

Are you sure you don't have any of the following env variables set
(see http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/Environment-Variables.html) :
CPATH
C_INCLUDE_PATH
CPLUS_INCLUDE_PATH
OBJC_INCLUDE_PATH


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30439


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]