autoconf
[Top][All Lists]
Advanced

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

Re: Issues w/ cross-compiling


From: Andreas Schwab
Subject: Re: Issues w/ cross-compiling
Date: Tue, 08 Jul 2008 15:42:25 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/22.2 (gnu/linux)

"Philip A. Prindeville" <address@hidden> writes:

> Looking at sequences like:
>
> echo $ac_n "checking size of size_t""... $ac_c" 1>&6
> echo "configure:17119: checking size of size_t" >&5
> if eval "test \"`echo '$''{'ac_cv_sizeof_size_t'+set}'`\" = set"; then
>  echo $ac_n "(cached) $ac_c" 1>&6
> else
>  if test "$cross_compiling" = yes; then
>  ac_cv_sizeof_size_t=8
> else
>
>
> which comes from:
>
> build_i586/php-5.2.6/configure.in:AC_CHECK_SIZEOF(size_t, 8)

You are looking at an old version of autoconf.  The current definition
of AC_CHECK_SIZEOF does not use the second argument any more and use a
pure compile-time check when cross compiling.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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