----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/