automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ./configure can't find Boost headers


From: Peter Johansson
Subject: Re: ./configure can't find Boost headers
Date: Tue, 26 Jul 2011 19:01:34 -0400
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]