autoconf
[Top][All Lists]
Advanced

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

Re: autoconf vs <cstdint>


From: Eric Blake
Subject: Re: autoconf vs <cstdint>
Date: Tue, 01 Dec 2009 20:16:49 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Erik de Castro Lopo on 12/1/2009 8:12 PM:
>     AC_LANG([C++])
>     AC_ADD_CXXFLAGS([-std=gnu++0x])
>     AC_CHECK_HEADER(cstdint)

With proper m4 quoting, that would be:

AC_CHECK_HEADER([cstdint])

>     checking cstdint usability... yes
>     checking cstdint presence... no
>     configure: WARNING: cstdint: accepted by the compiler, rejected by the 
> preprocessor!
>     configure: WARNING: cstdint: proceeding with the compiler's result
>     checking for cstdint... yes

Can we see the corresponding config.log?

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAksV3CEACgkQ84KuGfSFAYD6YwCghMdJpv58GdPVjGCNuDexObFp
QAUAoMcEekt3+kF0XHSRxFwYEDNvntMd
=OjPu
-----END PGP SIGNATURE-----




reply via email to

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