You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/01/09 03:10:00 UTC

[Bug 51726] configure reports "cannot remove `libtoolT': No such file or directory"

https://bz.apache.org/bugzilla/show_bug.cgi?id=51726

--- Comment #6 from staszeko <sj...@gmail.com> ---
Option '-f' causes command 'rm' to remove file quietly, i.e. without checking
if file exists (see Linux manual page
http://man7.org/linux/man-pages/man1/rm.1.html for details). The bug remains in
either of the version quoted above: config script is trying to remove file that
does not exist.

I encountered this bug while running script 'configure' in package 'apr-1.5.2'
downloaded from 'http://apr.apache.org/'. As suggested by Christopher, I
ignored it and installed APR successfully using 'make' and 'make install'.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org