From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23977 invoked by alias); 19 Dec 2003 13:07:38 -0000 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 Received: (qmail 23967 invoked by uid 48); 19 Dec 2003 13:07:38 -0000 Date: Fri, 19 Dec 2003 13:45:00 -0000 Message-ID: <20031219130738.23966.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031219125942.13443.carsten.traebing@de.ina.com> References: <20031219125942.13443.carsten.traebing@de.ina.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/13443] config.guess error on HP-UX 11.11 using HP ANSI C++ X-Bugzilla-Reason: CC X-SW-Source: 2003-12/txt/msg02073.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-19 13:07 ------- You have to use either a K&R C compiler or an ANSI C compiler with 3.3.2. 3.4 will only compile with a ANSI C compiler though. Also config.guess is not mantained by GCC. If you really want to compile for hppa2.0w, do this instead ${srdir}/configure --target=hppa2.0w-hpux11.11 --host= hppa2.0w-hpux11.11 --build=hppa2.0w-hpux11.11. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13443