On Tuesday 17 February 2009 01:09:34 Ivan Voras wrote:
> Gilles wrote:
> > On Tue, 17 Feb 2009 09:53:09 +0100, Gilles <[email protected]>
> >
> > wrote:
> >> BTW, here are the CFLAGS-related lines MySQL Server's Makefile:
> >
> > Using "make BUILD_OPTIMIZED=no" doesn't solve the issue :-/
> >
> > In file included from item.h:2199,
> > from mysql_priv.h:589,
> > from ha_berkeley.cc:53:
> > item_geofunc.h:78: internal compiler error: Illegal instruction: 4
>
> Ok, there are two more possibilities:
> a) Your hardware has problems (try http://www.memtest86.com/)
> b) Your compiler was itself compiled with invalid optimizations. This
> is only possible if you or someone else compiled the system for you, not
> if you simply installed it from released ISO images.
c) UNAME_m environment variable is set to not i386
Would be nice to see the final compilation line this fails on, so the very
long line above the "In file included" one. If there are no cpu specific
selections there, then the compiler itself is at fault. Yes, hardware is a
possibility, but I'd expect to see SIGSEGV much much sooner then SIGILL.
--
Mel
Problem with today's modular software: they start with the modules
and never get to the software part.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"