2011/7/6 Romain Geissler <romain.geiss...@gmail.com>:
>
> I forgot configure was a generated script. Here is the patch that fix
> it at the m4 macro level :
>
>
> 2011-07-06  Romain Geissler  <romain.geiss...@gmail.com>
>
>      * config/cloog.m4: Add $gmplibs to cloog $LDFLAGS
>      * configure: Regenerate
>
>
> Index: config/cloog.m4
> ===================================================================
> --- config/cloog.m4     (revision 175907)
> +++ config/cloog.m4     (working copy)
> @@ -142,7 +142,7 @@ AC_DEFUN([CLOOG_FIND_FLAGS],
>   dnl clooglibs & clooginc may have been initialized by CLOOG_INIT_FLAGS.
>   CFLAGS="${CFLAGS} ${clooginc} ${gmpinc}"
>   CPPFLAGS="${CPPFLAGS} ${_cloogorginc}"
> -  LDFLAGS="${LDFLAGS} ${clooglibs}"
> +  LDFLAGS="${LDFLAGS} ${clooglibs} ${gmplibs}"
>
>   case $cloog_backend in
>     "ppl-legacy")
>

Ping: It seems that little patch has been forgotten.
Is ok for the trunk ?

NB: I don't have write access to the trunk

Romain Geissler

Reply via email to