This is the mail archive of the gcc@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: build of 3.4.0 failed in configure of libffi onalphaev6-dec-osf5.1


Yep.

The bug seems to be in the definition of AC_FUNC_MMAP_BLACKLIST in
aclocal.m4, which could probably even get away with leaving out the
quotes provided that it first actually called
AC_CHECK_HEADERS(sys/mman.h) and AC_CHECK_FUNCS(mmap) rather than
assuming (incorrectly, it seems) that something had previously run
those checks.


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