GNOME Bugzilla – Bug 664226
configure/libtool problem (libtoolT problem)
Last modified: 2012-08-02 10:02:07 UTC
Hi, like many other people [1,2] I get /bin/rm: cannot remove `libtoolT': No such file or directory It is due to both the Libtool macros and the configure.in defining $RM, and configure.in uses AC_PATH_PROG(RM, rm, /bin/rm) whereas the Libtool macros expect "rm -f". Removing the line that sets RM from configure.in fixes the problem, configure script will set properly RM, I think this line is not needed. [1] http://old.nabble.com/Need-help,-cannot-install-libxml2-td27774147.html [2] http://wiki.inkscape.org/wiki/index.php/CompilingRHEL#When_building_libxml2-2.7.6
*** This bug has been marked as a duplicate of bug 669493 ***