From: James Mc Parlane Subject: bug - autoconf vs gmp To: address@hidden Date: Mon, 1 Dec 2003 11:04:34 +1100 X-Sent: 1 day, 16 hours, 49 minutes, 11 seconds ago checking gmp.h presence... no configure: WARNING: gmp.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: gmp.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to address@hidden ## configure: WARNING: ## ------------------------------------ ## checking for gmp.h... no -- snip -- AC_CHECK_HEADER( [gmp.h],, AC_MSG_ERROR([DEVELOPER version of libgmp is not installed. See INSTALL.])) -- snip -- bash-2.05a$ gcc --version gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1493) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. bash-2.05a$ autoconf --version autoconf (GNU Autoconf) 2.57 Written by David J. MacKenzie and Akim Demaille. Copyright 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPO bash-2.05a$ cpp --version cpp (GCC) 3.3 20030304 (Apple Computer, Inc. build 1493) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.