When I try to compile Burr Tools, i need to run the config program. It returns:
$ ./configure checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for fltk-config... /usr/bin/fltk-config
checking for uncompress in -lz... yes
checking for boostlib >= 1.33.1... yes
checking whether the Boost::Test_Exec_Monitor library is available... yes
configure: error: Could not find a version of the library!
And exits. Now I installed libboost-all-dev, but it didn'tt help. What I need to do?
Sorry I can not really help you with this.
Boost changes names and stuff of its libraries every now and then so
that the configure stuff can no longer find it.
You might want to try to recreate the configure script using a more
modern version of the detection macro... but I am not sure if this
helps.
Andreas
On Thu, 30 Apr 2015 20:11:02 +0000
"Sasszem" sasszem@users.sf.net wrote:
Related
Bugs: #17
Which Boost version does the BT uses?
2015-05-03 17:07 GMT+02:00, "Andreas Röver" roever@users.sf.net:
Related
Bugs: #17
I do have 1.55 on my computer and the configure scripts runs through.
The program doesn't compile though because you now need a new library
that the configure script doesn't know about when I released the
program.
Sigh boost really needs a pkg-config file or something like this
Andreas
On Sun, 03 May 2015 15:44:33 +0000
"Sasszem" sasszem@users.sf.net wrote:
Related
Bugs: #17