From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17725 invoked by alias); 26 Sep 2006 15:40:30 -0000 Received: (qmail 17664 invoked by uid 48); 26 Sep 2006 15:40:22 -0000 Date: Tue, 26 Sep 2006 15:40:00 -0000 Message-ID: <20060926154022.17663.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/29233] Wrong installation for standard headers In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-09/txt/msg02466.txt.bz2 List-Id: ------- Comment #5 from pinskia at gcc dot gnu dot org 2006-09-26 15:40 ------- /usr/local/include /usr/pack/gcc-4.1.1-ke/include /usr/pack/gcc-4.1.1-ke/ix86-rhel4/lib/gcc/i686-pc-linux-gnu/4.1.1/include /usr/include Oh, so you compiled the GCC and then copied it over to a machine that does not have the standard glibc header files. Well this is not a bug, you need glibc-dev also to be able to compile. GCC is just the compiler (well that is only partly true) and does not contain the standard C Library files. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29233