On Thu, 29 Jan 2004 00:00:02 -0500
Matt Neimeyer <[EMAIL PROTECTED]> wrote:

> I'm still getting errors in trying to compile QT... here's the latest
> failure... Any advice?

<snip>

> ../include/qstringlist.h:62: internal error: Segmentation fault

<snip>

> CFLAGS="-march=k6 -O3 -pipe -fomit-frame-pointer"
> CHOST="i586-pc-linux-gnu"

It is known that the K6-processor is very delicate when it comes to CFLAGS. Some
people say that you shouldn't set -march=k6 and set -mcpu=k6 instead, other
people say you should take i586 instead of k6. Please try the following things:

- Change k6 to i586 and try to emerge qt
- Change -march to -mcpu and try to emerge qt
- Change -march to -mcpu and change k6 to i586 and try to emerge qt

If all that fails try to set "-mcpu=i586", delete the march-statement and
re-emerge gcc, then redo the above procedure.

HTH

-- 
Dennis Freise <[EMAIL PROTECTED]>
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to