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 From: "Dave Korn" To: Subject: RE: ginstall problem with doxygen Date: Tue, 7 Jun 2005 17:22:13 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <000301c569e6$8469adc0$902fb5d5@keloasc60pobkb> Message-ID: ----Original Message---- >From: Alireza Ghasemi >Sent: 05 June 2005 15:03 > Hello, > When compiling doxygen-1.2.13 I got the following error: > " Checking for GNU install tool... not found! > GNU version of install is required: this is part of the fileutils package: > see http://www.gnu.org/software/fileutils/fileutils.html" > Whereas I have both install.exe and ginstall.exe in my /usr/bin and I > don't have such this problem with other sources.How can I solve it? > (I can't download newer or binary packages from Internet,Please help me > compile this one) > Thanks. Did you invoke the configure script using a relative path from your build dir? (That also includes using "./configure" in the src dir if you're building there.) If you did, trying again but using an absolute instead of relative path to configure might help. Otherwise you might try adding the "-v" option to your configure invocation and looking through the config.log to see what the test actually looked for and what went wrong. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/