Re: build gcc-3.3 under FreeBSD
Jens.Toerring_at_physik.fu-berlin.de
Date: 06/30/04
- Next message: Shea Martin: "why so many open files?"
- Previous message: Jens.Toerring_at_physik.fu-berlin.de: "Re: Writing a Parser"
- In reply to: George: "build gcc-3.3 under FreeBSD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Jun 2004 22:47:53 GMT
In comp.unix.programmer George <agdm1@mail.ru> wrote:
> 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
Not a real idea (it's a long time that I build gcc myself and that
was on a different system), but made you sure the bison version you
have is the one required for building gcc-3.3? As far as I can say
from experience there have been quite a few changes between bison
versions.
Regards, Jens
-- \ Jens Thoms Toerring ___ Jens.Toerring@physik.fu-berlin.de \__________________________ http://www.toerring.de
- Next message: Shea Martin: "why so many open files?"
- Previous message: Jens.Toerring_at_physik.fu-berlin.de: "Re: Writing a Parser"
- In reply to: George: "build gcc-3.3 under FreeBSD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|