El Jue 17 Sep 2009 15:41:12 David Anderson escribió: > When running _autosetup on FC11, I get the following. > If anyone knows how to get rid of them, let me know. > -- David > > > configure.ac:308: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): > suspicious cache-id, must contain _cv_ to be cached > m4/libtool.m4:568: AC_LIBTOOL_COMPILER_OPTION is expanded from... > m4/libtool.m4:4559: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... > configure.ac:308: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, > ...): suspicious cache-id, must contain _cv_ to be cached > m4/libtool.m4:2604: _LT_AC_LANG_CXX_CONFIG is expanded from... > m4/libtool.m4:2603: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... > m4/libtool.m4:1646: _LT_AC_TAGCONFIG is expanded from... > configure.ac:308: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, > ...): suspicious cache-id, must contain _cv_ to be cached > m4/libtool.m4:3673: _LT_AC_LANG_F77_CONFIG is expanded from... > m4/libtool.m4:3672: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... > configure.ac:308: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, > ...): suspicious cache-id, must contain _cv_ to be cached > m4/libtool.m4:3773: _LT_AC_LANG_GCJ_CONFIG is expanded from... > m4/libtool.m4:3772: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
libtool.m4 is not written by BOINC developers. I think those warnings are probably fixed, so upgrading to a newer version of libtool.m4 would help. Run this from a decently up-to-date system: cp /usr/share/aclocal/libtool.m4 m4/libtool.m4 -- Nicolas _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
