Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 2004 10:49:35 +0000 (GMT)
From:      Dave Evans <root@hclb.demon.co.uk>
To:        freebsd-ports@freebsd.org
Cc:        Dave Evans <root@hclb.demon.co.uk>
Subject:   Re: lang/gcc34 does not compile fully
Message-ID:  <20040817103616.F1733@hclb.demon.co.uk>
In-Reply-To: <20040810190838.W47154@hclb.demon.co.uk>
References:  <20040810190838.W47154@hclb.demon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help

A week ago, I wrote about my problems with compiling
lang/gcc34. I'm glad to say I've found the solution.

-mcpu=pentiumpro considered harmful.

The -mcpu option was upsetting the post-stage2
compilation and configuration of
build/i386-portbld-freebsd5.2/libiberty.
Configure was failing to find certain standard
include files, thus regex.c was failing to compile.
There were also numerous warnings from
other files in the directory.

To get rid of -mcpu, install the latest files
in /usr/share/mk and rebuild gcc from clean.

===
Another little problemette. If I install
new include files on the system, how do
I run the fixincludes script without
having to rebuild and reinstall the
whole compiler, which takes ages on
my Pentium 120?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040817103616.F1733>