From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9447 invoked by alias); 5 Feb 2003 00:39:10 -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 9436 invoked from network); 5 Feb 2003 00:39:10 -0000 Received: from unknown (HELO imf16bis.bellsouth.net) (205.152.58.56) by 172.16.49.205 with SMTP; 5 Feb 2003 00:39:10 -0000 Received: from bobby ([66.157.132.62]) by imf16bis.bellsouth.net (InterMail vM.5.01.04.25 201-253-122-122-125-20020815) with SMTP id <20030205004107.MXHU1101.imf16bis.bellsouth.net@bobby> for ; Tue, 4 Feb 2003 19:41:07 -0500 From: "Robert McNulty Junior" To: Subject: GCC 3.3-Signal 11 Date: Wed, 05 Feb 2003 00:39:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-02/txt/msg00203.txt.bz2 This is where the fault is at. ____________________________________________________________________________ ________________ for f in $gf; do \ echo "\"$f\", "; done >> tmp-gtyp.h echo " NULL};" >> tmp-gtyp.h echo "static const char *lang_dir_names[] = { \"c\", " >> tmp-gtyp.h gf="cp f java objc"; \ for l in $gf; do \ echo "\"$l\", "; done >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h /bin/sh ../../gcc/gcc/move-if-change tmp-gtyp.h gtyp-gen.h gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissi ng-p rototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERAT OR_F ILE -DCYGWIN_CROSS_DIR=\"/usr/local/i686-pc-cygwin\" -I. -I. -I../../gcc/g cc - I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include \ ../../gcc/gcc/gengtype.c -o gengtype.o gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissi ng-p rototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERAT OR_F ILE -DCYGWIN_CROSS_DIR=\"/usr/local/i686-pc-cygwin\" -I. -I. -I../../gcc/g cc - I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include \ ../../gcc/gcc/gengtype-lex.c -o gengtype-lex.o gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissi ng-p rototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERAT OR_F ILE -DCYGWIN_CROSS_DIR=\"/usr/local/i686-pc-cygwin\" -I. -I. -I../../gcc/g cc - I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include \ ../../gcc/gcc/gengtype-yacc.c -o gengtype-yacc.o gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prot otypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_ FILE -o gengtype.exe \ gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a ./gengtype Signal 11 make[2]: *** [s-gtype] Error 139 make[2]: Leaving directory `/home/Robert/gcc-3.3/o/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/home/Robert/gcc-3.3/o/gcc' make: *** [bootstrap] Error 2 Robert@bobby ~/gcc-3.3/o $