From owner-freebsd-stable Thu Aug 10 21:26:40 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail2.uniserve.com (mail2.uniserve.com [204.244.156.10]) by hub.freebsd.org (Postfix) with ESMTP id 1446937BE80 for ; Thu, 10 Aug 2000 21:26:36 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca ([204.244.186.218]) by mail2.uniserve.com with esmtp (Exim 3.13 #1) id 13N6Ot-0003EF-00; Thu, 10 Aug 2000 21:26:32 -0700 Date: Thu, 10 Aug 2000 21:26:25 -0700 (PDT) From: Tom X-Sender: tom@shell.uniserve.ca To: Robert Banniza Cc: freebsd-stable@freebsd.org Subject: Re: Make fails with mysql-3.22.32 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Aug 2000, Robert Banniza wrote: > Guys, > I just cvsup'ed and built world with the 4.1 (August 7) release and I'm > trying to compile mysql-3.22.32 (this was a tar ball and not part of the > ports collection) with a normal 'configure' and then 'make'. However, I'm > getting the following error: ... > _SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DDBUG_OFF -fno-i > mplicit-templates -DMYSQLD_NET_RETRY_COUNT=1000000 -c sql_yacc.cc > c++: Internal compiler error: program cc1plus got fatal signal 9 First of all sending two copies of this message is unnecessary. Second, sql_yacc.cc can not be compiled with -O3, you must use -O1. The compiler will use all available memory to compile it. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message