Build failing on Arch Linux
Closed this issue · 1 comments
bchretien commented
When packaging openhrp3
on Arch Linux, I found 2 errors:
- there are attemps to link with
boost_*-mt
. However, the-mt
suffix has been removed for years in several Linux distributions now (it was just a symlink AFAIK). I currently use this patch: bchretien@8c28cb8 - I had
undefined reference
errors when linking tocblas
. I fixed it with this patch: bchretien@1bebaa5
This may also concern Fedora (cc @cottsay). Now the build completes, and I will try to make some run-time tests before making a PR.