GNU Bison broken on Mac OS X
- Published March 28th, 2006 in Free Software, Tips & Tricks
GNU Bison, the parser generator (frequently useful for building parsing trees according to a free context grammar) , shipped with Mac OS X is ancient and broken.
Here are quick instructions on how to install the latest version (2.1):
Download from here: http://ftp.gnu.org/gnu/bison/bison-2.1.tar.gz
tar -xvzf bison-2.1.tar.gz
cd bison-2.1
./configure –prefix=/usr/local
make
make check
sudo make instal




No Responses to “GNU Bison broken on Mac OS X”