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 preprocessor/31763] cc1plus fails to find some headers when include paths are duplicated



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-04-30 06:09 -------
C_INCLUDE_PATH="$GCC_PATH/include:$GCC_PATH/lib/gcc/x86_64-linux/4.3.0/include"
CPLUS_INCLUDE_PATH="$C_INCLUDE_PATH"

This is a bad idea, they are automatically included already.


-- 


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


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