boost library gives errors on ubuntu
Posted
by senioritta
on Stack Overflow
See other posts from Stack Overflow
or by senioritta
Published on 2010-04-13T11:17:44Z
Indexed on
2010/04/13
11:23 UTC
Read the original article
Hit count: 253
boost
I am trying to compile a package on ubuntu 8.1
when executing this command: ./configure I get the follwoing error:
checking for Boost headers version >= 103700... no configure: error: cannot find Boost headers version >= 103700
knowing that I installed needed boost packages using these command:
$ apt-get install libboost-dev libboost-graph-dev libboost-iostreams-dev
Can anybody help please?
© Stack Overflow or respective owner