Re: problems with make under cygwin

2003-09-02 Thread Robert Mecklenburg
RW> ... but when I try these under cygwin I get RW> the following error: RW> RW> Target pattern contains no '%' I've seen this message many times when a target or prerequisite (both or one of, I can't remember) contains a windows path. In that case, make sees a line with two colons and believes

Re: problems with make under cygwin

2003-08-28 Thread Ricky Wildman
"Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thu, 28 Aug 2003, Ricky Wildman wrote: > > > Hi, > > > > I have recently installed cygwin and make components onto a PC. > > I have a working makefile for a set of Fortran programs that works > > fine with Solaris

Re: problems with make under cygwin

2003-08-28 Thread Igor Pechtchanski
On Thu, 28 Aug 2003, Ricky Wildman wrote: > Hi, > > I have recently installed cygwin and make components onto a PC. > I have a working makefile for a set of Fortran programs that works > fine with Solaris machine, but when I try these under cygwin I get > the following error: > > Target pattern co

problems with make under cygwin

2003-08-28 Thread Ricky Wildman
Hi, I have recently installed cygwin and make components onto a PC. I have a working makefile for a set of Fortran programs that works fine with Solaris machine, but when I try these under cygwin I get the following error: Target pattern contains no '%' I'm a bit confused because I can't see any