It looks like your libtool library is messed up. You should try removing libtool from apt-get and compiling it manually.
I got the same error under debian lenny.
The problem is the libool 1.5.26 installed via apt which raises the errors.
To build thrift download the libtool 1.5.24 source from
ftp://ftp.gnu.org/gnu/libtool/libtool-1.5.24.tar.gz
build it (./configure;make) and copy the libtool executable to the thrift source directory after you > ran ./configure.
Now 'make' should work and generate the thrift executable.
SRC: http://ubuntuforums.org/showpost.php?p=9435157&postcount=4