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 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: "andrew goa" <andrew_in_goa AT yahoo DOT ca> Subject: Re: make from cvs file Date: Thu, 10 Jul 2003 13:11:14 -0700 Lines: 86 Message-ID: <bejl3s$1ie$1@main.gmane.org> References: <bejatj$gff$1 AT main DOT gmane DOT org> <Pine DOT CYG DOT 4 DOT 55 DOT 0307101028060 DOT 3792 AT ellixia> <bejhi3$f7g$1 AT main DOT gmane DOT org> <Pine DOT CYG DOT 4 DOT 55 DOT 0307101219520 DOT 1464 AT ellixia> X-Complaints-To: usenet AT main DOT gmane DOT org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4927.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 This is the result: $ [ -f"./src/minion/makefile"] bash: [: missing `]' $ cd /src/minion bash: cd: /src/minion: No such file or directory I am unsure what to do as I can see the folder src and minion. thanks Elfyn Alex ----- Original Message ----- From: "Elfyn McBratney" <elfyn AT emcb DOT co DOT uk> Newsgroups: gmane.os.cygwin Cc: <cygwin AT cygwin DOT com> Sent: Thursday, July 10, 2003 4:21 AM Subject: Re: make from cvs file > On Thu, 10 Jul 2003, alex hardy wrote: > > > this is my cygcheck -svr > > [...] > > Alex, > > > > Does `./src/minion/makefile' exist? e.g. does > > > > > > [ -f "./src/minion/makefile" ] && echo makefile exists > > What does the above output? How about if you > > cd ./src/minion > make > > from a bash shell. Does that work for you? > > Elfyn > > -- > Elfyn McBratney, EMCB > http://www.emcb.co.uk > elfyn AT emcb DOT co DOT uk > > > "Elfyn McBratney" <elfyn AT emcb DOT co DOT uk> wrote in message news:Pine DOT CYG DOT 4 DOT 55 DOT 0307101219520 DOT 1464 AT ellixia... > On Thu, 10 Jul 2003, alex hardy wrote: > > > this is my cygcheck -svr > > [...] > > Alex, > > > > Does `./src/minion/makefile' exist? e.g. does > > > > > > [ -f "./src/minion/makefile" ] && echo makefile exists > > What does the above output? How about if you > > cd ./src/minion > make > > from a bash shell. Does that work for you? > > 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/