lists.zerezo.com
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
***BOGO*** Re: [Mingw-users] imlib2
- Date: Fri, 2 May 2008 08:20:22 +0200
- From: Ralf Wildenhues <Ralf.Wildenhues@xxxxxx>
- Subject: ***BOGO*** Re: [Mingw-users] imlib2
* Vincent Torri wrote on Fri, May 02, 2008 at 08:13:54AM CEST:
> > $ make
> > cd . && /bin/sh /c/test/imlib2/missing --run autoconf
> > configure.in:33: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works,
> > ...): suspicious cache-id, must contain _cv_ to be cached
> replace lines 30 to 33:
>
> m4_undefine([AC_PROG_CXX])
> m4_defun([AC_PROG_CXX],[])
> m4_undefine([AC_PROG_F77])
> m4_defun([AC_PROG_F77],[])
>
> by
>
> define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
> define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
>
> it should remove those warnings, I think.
The replacing is ok, but independent, it will not fix the warnings.
The warnings are fixed by using Libtool >= 1.5.26. (You are only seeing
them with Autoconf >= 2.62, but only because that does better checking
than older Autoconf.)
Cheers,
Ralf
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
MinGW-users mailing list
MinGW-users@xxxxxxxxxxxxxxxxxxxxx
You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users