bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiling bison-3.0 on AIX 5.3


From: Paul Eggert
Subject: Re: compiling bison-3.0 on AIX 5.3
Date: Sat, 24 Aug 2013 18:49:58 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

Michael Felt wrote:
> do I need to do something besides ./configure
> (I did "make distclean", then configure, then make V=1)

If you're building from git, please follow the instructions in
README-hacking.  Here's a precis:

* Make sure you have up-to-date versions of autoconf, automake, flex,
  gettext, git, graphviz, gzip, perl, rsync, and tar installed.  If this
  isn't feasible, do the remaininng steps on a GNU/Linux host that
  has recent tools installed, then type 'make dist', and copy
  the distribution tarball to AIX and build the tarball as usual.

* Run the following shell commands:

git clone git://git.savannah.gnu.org/bison.git
git checkout maint
git submodule update --init
./bootstrap
./configure
make
make check

It'll take a while; sorry.  If you're on a multicore machine
something like 'make -j8' should be faster than plain 'make'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]