bug-autoconf
[Top][All Lists]
Advanced

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

bug - autoconf vs gmp - more info


From: James Mc Parlane
Subject: bug - autoconf vs gmp - more info
Date: Tue, 2 Dec 2003 18:09:01 +1100

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.

gmp version libgmp.3.3.2.dylib - from darwinports site using 'port install
gmp'

I can supply the gmp.h file if requested.

OS - OSX 10.2 Jaguar






reply via email to

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