On 2/1/06, Daniel Vrcic <[EMAIL PROTECTED]> wrote:
> Hi list!
>
> I have some strange problems with compilation of C++ apps. I've done
> numerous emerges today and it turns out that _only_ compilation of
> some C++ applications fail(?!). I get always the same error message:
> "internal compiler error: Segmentation fault". For example avidemux has
> some part of source written in C++. While compilation of .c part goes
> very well it suddenly breaks with compiling .cpp file (some of .cpp
> files actually pass) and emerge spits out:

Segfaults compiling are almost always a hardware issue. memtest86 is
just about useless today, as it cannot detect problems due to dma or
memory timings.

Try the memtest script available at:

http://people.redhat.com/dledford/memtest.html

The other thing I would try is to take out the -mmmx, -msse2, and
-mfpmath=sse flags.  They will be enabled for those ebuilds where it
is safe to do so by the USE flags.

-Richard

-- 
gentoo-user@gentoo.org mailing list

Reply via email to