configure cannot find boost libraries

Greg Chicares gchicares@sbcglobal.net
Tue Jan 27 01:52:00 GMT 2009


On 2009-01-26 23:28Z, Claude Sylvain wrote:
[...]
> It seems that boost library include files are not located in 
> /usr/include/boost/, but in /usr/include/boost-1_33_1/boost, or something like 
> that, depending of the cygwin version you use.
> 
> A workaround can be to make a copy of /usr/include/boost-1_33_1/boost/ 
> directory into /usr/include/.  This make the boost directory appear at the 
> right place.

That might be an intentional feature, which lets you use
different versions of boost for different C++ programs.

Would it be easier to add
  CPPFLAGS=-I/usr/include/boost-1_33_1
to the './configure' line?

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list