Re: ./configure can't find Boost headers

2011-07-27 Thread Bernd Prager
On 7/26/2011 4:13 PM, myrdos2 wrote: I have the following configure.ac file: AC_INIT([Dasyne], [1.0], [dmccall...@gmail.com]) AC_CONFIG_SRCDIR([Dasyne.hpp]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PREREQ(2.65) AC_CONFIG_HEADERS([libdasyne/DasyneConfig.hpp]) #Linker parameters to use when c

Re: ./configure can't find Boost headers

2011-07-26 Thread Peter Johansson
On 7/26/11 4:13 PM, myrdos2 wrote: I have the following configure.ac file: This is more of an Autoconf issue, so you may have better luck asking on autoconf at... # Checks for header files. AC_CHECK_HEADERS_ONCE([boost/asio.hpp boost/bind.hpp boost/function.hpp inttypes.h zlib.h]) Why not us

./configure can't find Boost headers

2011-07-26 Thread myrdos2
I have the following configure.ac file: AC_INIT([Dasyne], [1.0], [dmccall...@gmail.com]) AC_CONFIG_SRCDIR([Dasyne.hpp]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PREREQ(2.65) AC_CONFIG_HEADERS([libdasyne/DasyneConfig.hpp]) #Linker parameters to use when checking for features LDFLAGS=-lboost_s