From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16381 invoked by alias); 1 Sep 2002 17:46:02 -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 16367 invoked by uid 71); 1 Sep 2002 17:46:02 -0000 Date: Sun, 01 Sep 2002 10:46:00 -0000 Message-ID: <20020901174602.16366.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Zack Weinberg Subject: Re: bootstrap/7800: underscore.c:0: malformed option `-A system=posix' Reply-To: Zack Weinberg X-SW-Source: 2002-09/txt/msg00010.txt.bz2 List-Id: The following reply was made to PR bootstrap/7800; it has been noted by GNATS. From: Zack Weinberg To: mikerushford@eyes-on-the-skies.org Cc: gcc-gnats@gcc.gnu.org Subject: Re: bootstrap/7800: underscore.c:0: malformed option `-A system=posix' Date: Sun, 1 Sep 2002 10:44:11 -0700 > make[3]: Entering directory `/sda3/objdir/gcc/intl' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/sda3/objdir/gcc/intl' > gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -DHAVE_CONFIG_H -I. -I. -I/sda3/gcc-3.1.1/gcc-3.1.1/gcc -I/sda3/gcc-3.1.1/gcc-3.1.1/gcc/. -I/sda3/gcc-3.1.1/gcc-3.1.1/gcc/config -I/sda3/gcc-3.1.1/gcc-3.1.1/gcc/../include underscore.c -o underscore.o > underscore.c:0: malformed option `-A system=posix' This error indicates that the bootstrap compiler is picking up the specs file for the just-built compiler; naturally this cannot work. I am not sure how it could have happened -- please repeat the command I quoted, with an additional -v option tacked on the end, and post the output. zw