Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2005 06:04:52 +0200
From:      Markus Trippelsdorf <markus@trippelsdorf.de>
To:        ports@FreeBSD.org
Subject:   Re: gcc40 build error on AMD64 (solved)
Message-ID:  <20050629040452.GA1532@bsd.trippelsdorf.de>
In-Reply-To: <20050604165010.GA653@bsd.trippelsdorf.de>
References:  <20050604165010.GA653@bsd.trippelsdorf.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 04, 2005 at 06:50:10PM +0200, Markus Trippelsdorf wrote:
> I cannot build gcc40 on my AMD64 machine because of the following error
> (happens on 5.4 and CURRENT):
> 
> cc -c   -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -Wno-error  -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/local/include   -I. -Ibuild -I.././..//gcc-4.0-20050602/gcc -I.././..//gcc-4.0-20050602/gcc/build -I.././..//gcc-4.0-20050602/gcc/../include -I.././..//gcc-4.0-20050602/gcc/../libcpp/include -I/usr/local/include  \
>  -o build/insn-conditions.o insn-conditions.c

Just to continue this monologue:
Running
mv /usr/local/include/options.h /usr/local/include/options.h_
before building gcc40 solved the problem.
--
Markus



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