I can't build 6.9 for Fedora. Error while linking:
/usr/bin/ld: ../lib/libbibutils.so: undefined reference to `latex_parse' /usr/bin/ld: ../lib/libbibutils.so: undefined reference to `latex_tokenize'
What should I install to solve this?
I made sed -e 's|latex.o |latex.o latex_parse.o |' -i lib/Makefile.dynamic and now built good.
sed -e 's|latex.o |latex.o latex_parse.o |' -i lib/Makefile.dynamic
Please correct it.
Fixed in version 6.10. Thanks for the report.
Thanks.
Log in to post a comment.
I can't build 6.9 for Fedora.
Error while linking:
What should I install to solve this?
I made
sed -e 's|latex.o |latex.o latex_parse.o |' -i lib/Makefile.dynamicand now built good.
Please correct it.
Fixed in version 6.10. Thanks for the report.
Thanks.