Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2000 08:29:23 -0400 (EDT)
From:      Rich Bud <rbud@fortean.com>
To:        Sidsel Jensen <purple@hamster.dk>
Cc:        freebsd-alpha@FreeBSD.ORG
Subject:   Re: error when installing mysql322-server
Message-ID:  <Pine.BSF.3.96.1000616075858.4445A-100000@nemesis.fortean.com>
In-Reply-To: <Pine.BSF.4.21.0006161047310.25010-100000@ducttape.hamster.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
> But when i try to install mysql322-server from the ports tree,
> it gives me a really ugly internal gcc compiler error.
> It happens in the module sql_acl.cc.
> 
> sql_acl.cc:1367: Internal compiler error.

I ran into the same thing on an alpha 500, and it appears to be an
optimization error. When it crashes, edit work/mysql-3.22.32/sql/Makefile
and remove '-O' from the CXXFLAGS line (or -O2, or whatever variant you're
using), then rerun make. Once you see it move on to the next file, CTRL-C 
and put the -O back (assuming you want to make sure the rest of the compile 
is optimized). 

		Hope this helps,
		Rich Bud <rbud@fortean.com>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" 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.3.96.1000616075858.4445A-100000>