--- Dom 15/3/09, Yaakov (Cygwin/X) ha scritto: > Da: Yaakov (Cygwin/X) > Oggetto: Re: [ANNOUNCEMENT] [1.7] Updated: {libtool/libltdl7}-2.2.7a-10 > A: > Data: Domenica 15 marzo 2009, 05:56 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Charles Wilson wrote: > > GNU libtool is a generic library support script. > Libtool hides the > > complexity of using shared libraries behind a > consistent, portable > > interface. > > > > This is a bugfix and feature enhancement update. > > With this release I'm getting the following error with > automake <1.9: > > autoreconf-2.63: running: aclocal --force > aclocal: macro `_LT_PREPARE_SED_QUOTE_VARS' required but > not defined > aclocal: macro `_LT_PROG_ECHO_BACKSLASH' required but not > defined > autoreconf-2.63: aclocal failed with exit status: 1 > > If I force automake to 1.9 or 1.10, aclocal works. > > > Yaakov
I found also a further problem. In one case (hdf5) I found no way to build shared libs as the libtool always had "build_libtool_libs=no" as "extrema ratio" I added a sed -e "1,100s/^build_libtool_libs=no/build_libtool_libs=yes/" -i libtool between cygconf and cygmake, and the build completed fine. Reverting to libtool-2.2.6 solved this issue. Regards Marco -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/