build gcc-3.3 under FreeBSD
From: George (agdm1_at_mail.ru)
Date: 06/29/04
- Next message: Rajat: "Setting DF bit in IP header."
- Previous message: Michel Bardiaux: "Re: sync in a C program?"
- Next in thread: Konstantin Sorokin: "Re: build gcc-3.3 under FreeBSD"
- Reply: Konstantin Sorokin: "Re: build gcc-3.3 under FreeBSD"
- Reply: Jens.Toerring_at_physik.fu-berlin.de: "Re: build gcc-3.3 under FreeBSD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Jun 2004 16:15:30 +0300
Hi All,
I have tried to build gcc-3.3 under FreeBSD 4.10
and encountered a problem:
$ cd /usr/home/yura/gcc-obj
$
../gcc-3.3/configure --prefix=/home/yura/usr --exec-prefix=/home/yura/usr --
with-local-prefix=/home/yura/usr --srcdir=/home/yura/gcc-3.3 --disable-werro
r --enable-languages=c
...
$ make bootstrap
...
(cd intl && make all)
bison -y -d --name-prefix=__gettext --output plural.c
/home/yura/gcc-3.3/gcc/intl/plural.y
conflicts: 7 shift/reduce
/home/yura/gcc-3.3/gcc/intl/plural.y: expected 10 shift/reduce conflicts
*** Error code 1
Could you please give me a suggestion, what is the problem?
Thanks
George
- Next message: Rajat: "Setting DF bit in IP header."
- Previous message: Michel Bardiaux: "Re: sync in a C program?"
- Next in thread: Konstantin Sorokin: "Re: build gcc-3.3 under FreeBSD"
- Reply: Konstantin Sorokin: "Re: build gcc-3.3 under FreeBSD"
- Reply: Jens.Toerring_at_physik.fu-berlin.de: "Re: build gcc-3.3 under FreeBSD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|