From owner-freebsd-current Fri Mar 12 3: 2:57 1999 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 3D66B15360 for ; Fri, 12 Mar 1999 03:02:53 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.2/8.9.1) id DAA89112; Fri, 12 Mar 1999 03:02:34 -0800 (PST) (envelope-from obrien) Date: Fri, 12 Mar 1999 03:02:34 -0800 From: "David O'Brien" To: "Jordan K. Hubbard" Cc: current@FreeBSD.ORG Subject: Re: bmake/contrib framework for egcs Message-ID: <19990312030234.A88193@relay.nuxi.com> Reply-To: obrien@NUXI.com References: <19990312022608.H85451@relay.nuxi.com> <22206.921234567@zippy.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <22206.921234567@zippy.cdrom.com>; from Jordan K. Hubbard on Fri, Mar 12, 1999 at 02:29:27AM -0800 X-Operating-System: FreeBSD 3.1-STABLE Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message