I'm attempting to compile and build an app that requires Boost. I've got Boost installed OK but after it verifies my Boost install I get this:
checking for boostlib >= 1.20.0... yes
checking whether the Boost::Regex library is available... yes
configure: error: Could not link against the Boost regex library !
I know I need to "link against the Boost regex library" and I've been trying all sorts of versions of "sudo ./configure --with-boost-libdir=/usr/local/lib/" but none of them are working.
Am I missing something?
thanks
-Brent
checking for boostlib >= 1.20.0... yes
checking whether the Boost::Regex library is available... yes
configure: error: Could not link against the Boost regex library !
I know I need to "link against the Boost regex library" and I've been trying all sorts of versions of "sudo ./configure --with-boost-libdir=/usr/local/lib/" but none of them are working.
Am I missing something?
thanks
-Brent