Ask a Question related to Linux / Unix Administration, Design and Development.
-
George #1
build gcc-3.3 under FreeBSD
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
George Guest
-
FreeBSD
I am wondering if Flash Media Server will run on FreeBSD. Thanks! -
FMS on FreeBSD!
Hey, i have tried to install FMS on FreeBSD 6.1 by emulating fc4... the install went well, but i cant start the server. I just get the message: ... -
DBD::RAM on FreeBSD
I am trying to install DBD::RAM module via ports on FreeBSD. Unfortunatelly DBD::RAM module requires DBD::File module and the installer is telling... -
Compile FreeBSD RELENG_5 on FreeBSD 4-STABLE
Hi. I have a FreeBSD 4-STABLE machine. I want to do my custom RENELG_5 FreeBSD release. I'm get all RELENG_5 CVS source (with cvs checkout... -
Instead of freebsd.com, why not...
On Monday 14 February 2005 05:34 pm, Anthony Atkielski <atkielski.anthony@wanadoo.fr> wrote: Absolutely untrue. Please stop saying this, as it's... -
Konstantin Sorokin #2
Re: build gcc-3.3 under FreeBSD
George <agdm1@mail.ru> wrote:
why not to use ports ? /usr/ports/lang/gcc33/> 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?
>
--
Konstantin Sorokin
Konstantin Sorokin Guest
-
Jens.Toerring@physik.fu-berlin.de #3
Re: build gcc-3.3 under FreeBSD
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:Not a real idea (it's a long time that I build gcc myself and that> $ 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
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 ___ [email]Jens.Toerring@physik.fu-berlin.de[/email]
\__________________________ [url]http://www.toerring.de[/url]
Jens.Toerring@physik.fu-berlin.de Guest



Reply With Quote

