On 21/12/10 13:36, Stefano Lattarini wrote:
> The bug you're hitting must be located in a third-part macro, since no
> automake-provided macro do something similar to that.  And in fact, it
> seems to come from GMP-5.0.1's own acinclude.m4 (which is *not* the same
> as aclocal.m4! see the automake manual for more info):
> 
>  $ cd /tmp/gmp-5.0.1
>  $ grep -r '___gmpn_add_n (note three underscores)' .
>  ./acinclude.m4:    AC_MSG_WARN([| to ___gmpn_add_n (note three 
> underscores).])
>  ./configure:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: | to 
> ___gmpn_add_n (note three underscores)." >&5
>  ./configure:$as_echo "$as_me: WARNING: | to ___gmpn_add_n (note three 
> underscores)." >&2;}
> 
> So you should report your issue to the GMP bug tracker.
> 

Ah OK, thanks for the information. :) I'll explore this further and report it
to GMP.

Ximin

-- 
GPG: 4096R/5FBBDBCE



Reply via email to