Search found 1 match

by Georex
March 27th, 2008, 10:27 pm
Forum: Release Announcements, Compiling & Installation
Topic: "Boost headers" error while configuring (Ubuntu)
Replies: 35
Views: 15898

Re: "Boost headers" error while configuring (Ubuntu)

If you're compiling from the source code, I've found the following configure command to work... BOOST_LIB=-L/usr/local/lib ./configure --with-boost=/usr/local/include/boost-1_34_1 This seems to allow the configure script to find both the Boost headers and libraries. You'll need to modify the above l...