From owner-freebsd-current Fri Mar 12 5:10:29 1999 Delivered-To: freebsd-current@freebsd.org Received: from janus.syracuse.net (janus.syracuse.net [205.232.47.15]) by hub.freebsd.org (Postfix) with ESMTP id 5913B153C9 for ; Fri, 12 Mar 1999 05:10:27 -0800 (PST) (envelope-from green@unixhelp.org) Received: from localhost (green@localhost) by janus.syracuse.net (8.8.8/8.8.7) with ESMTP id IAA22683; Fri, 12 Mar 1999 08:10:02 -0500 (EST) Date: Fri, 12 Mar 1999 08:08:59 -0500 (EST) From: Brian Feldman X-Sender: green@janus.syracuse.net To: "David O'Brien" Cc: "Jordan K. Hubbard" , current@FreeBSD.ORG Subject: Re: bmake/contrib framework for egcs In-Reply-To: <19990312030234.A88193@relay.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 12 Mar 1999, David O'Brien wrote: > On Fri, Mar 12, 1999 at 02:29:27AM -0800, Jordan K. Hubbard wrote: > > > /foo/src/gnu/lib/libstdc++/../../../contrib/egcs/libio/gen-params > > > > I'd be very curious to see how gen-params is calling c++ and/or cpp in > > this case. > > + c++ -v -O -c dummy.C > Using builtin specs. > gcc version egcs-2.91.63 19990224 (egcs-1.1.2 pre-release-3) > /usr/libexec/cpp -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 > -D__cplusplus -D__GNUC_MINOR__=91 -Di386 -Dunix -D__ELF__ -D__FreeBSD__=4 > -D__FreeBSD_cc_version=300001 -D__i386__ -D__unix__ -D__ELF__ > -D__FreeBSD__=4 -D__FreeBSD_cc_version=300001 -D__i386 -D__unix > -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386) > -D__EXCEPTIONS -D__OPTIMIZE__ -D__ELF__ dummy.C /var/tmp/ccO39xXH.ii > GNU CPP version egcs-2.91.63 19990224 (egcs-1.1.2 pre-release-3) (i386 > FreeBSD/ELF) > c++: Internal compiler error: program cpp got fatal signal 11 > + echo gen-params: could not compile dummy.C with c++ -v > gen-params: could not compile dummy.C with c++ -v > + exit 1 > *** Error code 1 > > > gdb on the resulting core file isn't leading me anywhere. > If I use a little X-cut-n-paste and run the `cpp' command manually, it > works fine and I get the expected output from `cpp'. Hmm.... environment variables? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > Brian Feldman _ __ ___ ___ ___ green@unixhelp.org _ __ ___ | _ ) __| \ http://www.freebsd.org/ _ __ ___ ____ | _ \__ \ |) | FreeBSD: The Power to Serve! _ __ ___ ____ _____ |___/___/___/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message