------- Comment #23 from martin dot jansa at mk dot cvut dot cz 2007-03-13 11:45 ------- (In reply to comment #22) > This is a bug in the gentoo distro ask them to fix how they do multilib. >
so results are (with gcc-4.3) #include_next <stdio.h> - doesn't work #include <stdio.h> - doesn't work #include <stdio> - doesn't work #include "/usr/include/stdio.h" - works #include "/usr/include/gentoo-multilib/amd64/stdio.h" - works when /usr/include/stdio.h works then it shouldn't be distro multilib bug, should it? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30915