| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Thu, 10 Jul 2003 10:33:50 +0100 |
| From: | Elfyn McBratney <elfyn AT emcb DOT co DOT uk> |
| X-X-Sender: | elfyn AT ellixia |
| Reply-To: | cygwin AT cygwin DOT com |
| To: | alex hardy <xstation108 AT yahoo DOT com> |
| cc: | cygwin AT cygwin DOT com |
| Subject: | Re: make from cvs file |
| In-Reply-To: | <bejatj$gff$1@main.gmane.org> |
| Message-ID: | <Pine.CYG.4.55.0307101028060.3792@ellixia> |
| References: | <bejatj$gff$1 AT main DOT gmane DOT org> |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| MIME-Version: | 1.0 |
On Thu, 10 Jul 2003, alex hardy wrote: > I am having a problem with make > > When I downloaded the file minion from the net > it would make but not test make, so I was told > to download the files from a cvs site, however > on invoking make this is my problem > > > Administrator AT aa-47264ffd4b6d ~/src/minion > $ make -f ./src/minion/makefile > make: ./src/minion/makefile: No such file or directory > make: *** No rule to make target `./src/minion/makefile'. Stop > > src is in my home directory and in the minion folder > there is a makefile. Does `./src/minion/makefile' exist? e.g. does [ -f "./src/minion/makefile" ] && echo makefile exists running the above print "makefile exists" ? Does switching 'makefile' with 'Makefile' work (incase you have CYGWIN=check_case:strict) ? If none of the above are true, can you send us the output of `cygcheck -svr' as a plain-text *non-compressed* attachment (not inline), as per <http://cygwin.com/problems.html>. Elfyn -- Elfyn McBratney, EMCB http://www.emcb.co.uk elfyn AT emcb DOT co DOT uk -- 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |