From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8650 invoked by alias); 4 Mar 2003 10:23:26 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 8633 invoked from network); 4 Mar 2003 10:23:14 -0000 Received: from unknown (HELO gaea.connect.org.uk) (193.41.154.11) by 172.16.49.205 with SMTP; 4 Mar 2003 10:23:14 -0000 Received: from quioch.cis (lavasani@[10.0.2.164]) by gaea.connect.org.uk with ESMTP id h24ANDP26609 for ; Tue, 4 Mar 2003 10:23:13 GMT From: "M. Lavasani" Received: (from lavasani@localhost) by quioch.cis (8.11.1/CONNECT-DTS-3.0D10) id h24ANCp07364 for gcc@gcc.gnu.org; Tue, 4 Mar 2003 10:23:12 GMT Message-Id: <200303041023.h24ANCp07364@quioch.cis> Subject: gcc-3.3 failed to compile To: gcc@gcc.gnu.org Date: Tue, 04 Mar 2003 11:02:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00176.txt.bz2 Hi I 've downloaded the snapshot version of gcc-3.3 to compile on HPUX-IA64. The program fails in the first stage of built: gmake CC=" stage1/xgcc -Bstage1/ -B/usr/local/gcc/ia64-hp-hpux11.20/bin/" \ STAGE_PREFIX=stage1/ \ ADAC="\$(CC)" CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-Wtraditional -pedantic -Wno-long-long" libdir=/usr/local/gcc/lib LANGUAGES="c gcov c++" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@" gmake[1]: Entering directory `/mnt/disc1/ia64/lavasani/gcc-20030303/gcc' ./gengtype gmake[1]: *** [s-gtype] Segmentation fault (core dumped) gmake[1]: Leaving directory `/mnt/disc1/ia64/lavasani/gcc-20030303/gcc' gmake: *** [stage2_build] Error 2 Any Idea? Thanks __Mehdi