From: Neal Becker (ndbecker2_at_gmail.com)
Date: Sun Mar 04 2007 - 12:35:46 PST
Just built/installed blcr-0.5.0 on Fedora fc6 x86_64. Works great! One little thing. I built the srpm. Fedora has an rpath check that will complain if your binary has an rpath pointing to a standard library. This often occurs because you used a autoconf on an x86_64 system. Fedora has a patched autoconf. The (usual) fix, which worked for blcr, is to add: autoreconf --install --force just before the configure step. Secondly, here is a little boost::python module to use blcr: