This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: libcpp/configure.ac


On 09/23/2009 01:10 AM, Loren James Rittle wrote:
Found while trying to bootstrap gcc with --enable-build-with-cxx on
*-*-freebsd*.  Bootstrap fails within libcpp.  It turns out that
AC_LANG(C) or AC_CHECK_HEADERS(...) after AC_LANG(C) checks various
headers "for free" which are not checked with AC_LANG(C++).  The only
"for free" header macro that I could see that we use inside libcpp is
sys/stat.h (which happens to be required on *-*-freebsd* to use
"struct stat").

Ok.


Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]