Date: Thu, 10 Aug 2000 21:26:25 -0700 (PDT) From: Tom <tom@uniserve.com> To: Robert Banniza <robert@rootprompt.net> Cc: freebsd-stable@freebsd.org Subject: Re: Make fails with mysql-3.22.32 Message-ID: <Pine.BSF.4.05.10008102124160.16390-100000@shell.uniserve.ca> In-Reply-To: <NCBBJOFDILAPLLGMNBONAEDMCKAA.robert@rootprompt.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10008102124160.16390-100000>