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 use the AX_BOOST_* macros provided here
http://www.gnu.org/software/autoconf-archive/The-Macros.html#The-Macros
And it will compile, as long as I link with -lboost_system. What could the
problem be?
I've often been helped by looking in config.log
Cheers,
Peter