Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <4186827C.5060105@seanet.com> Date: Mon, 01 Nov 2004 10:37:48 -0800 From: Brad Bell User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: "Gerrit P. Haase" CC: cygwin AT cygwin DOT com Subject: Re: Problem using cygwin autoconf References: <418489A3 DOT 9050908 AT seanet DOT com> <41849C03 DOT 3030007 AT familiehaase DOT de> In-Reply-To: <41849C03.3030007@familiehaase.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > Brad Bell wrote: > >> Recently (today) I installed the current version of Cygwin from >> mirrors.kernel.org >> Now I am having trouble using the autoconf and automake tools under >> cygwin. >> To be specific, In response to the command >> autoconf >> I get the error message >> Can't locate object method "path" via package "Request" at >> /usr/autotool/devel/share/autoconf/Autom4te/C4che.pm >> line 69, line 214. >> I get a similar error message in response to the aclocal and >> autoheader commands. >> >> Do you have any suggestions as to how I should proceed to resolve >> this problem ? >> I found the solution to this problem on the web page http://lists.gnu.org/archive/html/autoconf/2004-06/msg00047.html To be specific, in my case I had to delete the file autom4te.cache It appears that the autoconf and automake tools use files of the form '*.cache' that are stored in the users directories. When a new versions of these tools are installed, the '*.cache' files corresponding to the old versions should be deleted. These are not automatically deleted when the old versions are uninstalled, because they are in the users directory. -- 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/