Custom Search

Friday, January 15, 2010

Installing Thrift Continued

Continuing my previous post of installing Thrift - needed to install the following obvious ones as well.

 sudo apt-get install flex bison 

And then , run ./configure once again to make sure all the libraries are linked together.

 ./configure
This should regenerate the makefiles once again, after installing flex and bison.

No comments: