From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32257 invoked by alias); 13 Dec 2002 13:36:04 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 32242 invoked by uid 71); 13 Dec 2002 13:36:04 -0000 Date: Fri, 13 Dec 2002 05:36:00 -0000 Message-ID: <20021213133604.32241.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Rainer Orth Subject: Re: other/8920: Cannot compile libiberty on Solaris 2.6 inside gcc-3.2.1 Reply-To: Rainer Orth X-SW-Source: 2002-12/txt/msg00747.txt.bz2 List-Id: The following reply was made to PR other/8920; it has been noted by GNATS. From: Rainer Orth To: Martin Mokrejs Cc: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Subject: Re: other/8920: Cannot compile libiberty on Solaris 2.6 inside gcc-3.2.1 Date: 13 Dec 2002 14:26:52 +0100 Martin Mokrejs writes: > even when I remove libiberty from gcc-3.2.1 and soflink to libiberty > from binutils-2.11.2, I don't get much further: > > gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes > -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long > -DHAVE_CONFIG_H -DGENERATOR_FILE -I/software/@sys/usr/include > -I/software/@sys/usr/include/ncurses > -I/software/@sys/usr/openssl/include > -I/software/@sys/usr/include/freetype2 -I. -I. -I../../gcc > -I../../gcc/. -I../../gcc/config -I../../gcc/../include all those -I/software/@sys switches look completely unnecessary, and -I/software/@sys/usr/include may be an equivalent to -I/usr/include, which doesn't play nicely with gcc. Try removing all of them and start a fresh bootstrap (with libiberty included again). Rainer