Posted on 2009-02-06 14:05:24-08 by jarfo
Work around for Text-BibTeX bug #40675: compile error on x86_64
The static library libbtparse.a is used to create the shared library BibTeX.so. On x86_64 this creation fails since libbtparse.a was not created with the -fPIC option

Workaround:

cd btparse
make clean
./configure --with-pic
make
cd ..

make clean
perl Makefile.PL
make
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.