Re: problem with make 4.4.1-2 or gcc-fortran 11.4.0-1

2024-04-19 Thread Brian Inglis via Cygwin
On 2024-04-19 15:39, René Berber via Cygwin wrote: On 4/19/2024 2:59 PM, Arnab Paul via Cygwin wrote: Hello, I am trying to install a software which requires the libraries gcc-fortran, make, libarpack-devel, liblapack-devel, libnetcdf-fortran-devel, git. As I did and ran the commands given belo

Re: problem with make 4.4.1-2 or gcc-fortran 11.4.0-1

2024-04-19 Thread René Berber via Cygwin
On 4/19/2024 2:59 PM, Arnab Paul via Cygwin wrote: Hello, I am trying to install a software which requires the libraries gcc-fortran, make, libarpack-devel, liblapack-devel, libnetcdf-fortran-devel, git. As I did and ran the commands given below, git clone https://github.com/Aida-Alvera/DINEOF

Re: Problem with make

2013-06-05 Thread Corinna Vinschen
On Jun 5 09:00, Lange, Jan-Erik wrote: > Hello all, > > I tried to make a binary of a softcore processor called J1: > http://excamera.com/sphinx/fpga-j1.html > > I installed the latest cygwin version available and all the devel packages. > > Doing "make j1.bin" I get: > > 3 [main] gforth 482

Re: problem with make-3.81

2009-02-27 Thread Rob Walker
Or, you could unpack a patched up version of Cygwin's GNU make-3.81, available here: http://sites.rwalker.com/cygwin -Rob Dave Korn wrote: Charles Wilson wrote: ycollet@ wrote: I think Dave wants you to get the mingw-make from the mingw project site :-) Yes, I fill that.

Re: problem with make-3.81

2009-02-27 Thread Dave Korn
Charles Wilson wrote: > ycollet@ wrote: >>> I think Dave wants you to get the mingw-make from the mingw project site >> :-) >> >> Yes, I fill that. But that's a little bit complicated: to benefit from a >> "pure" windows binary, you can compile a mingw binary using cygwin tools. >> But you still ne

Re: problem with make-3.81

2009-02-27 Thread Charles Wilson
ycol...@freesurf.fr wrote: >> I think Dave wants you to get the mingw-make from the mingw project site > :-) > > Yes, I fill that. But that's a little bit complicated: to benefit from a > "pure" windows binary, you can compile a mingw binary using cygwin tools. > But you still need to download the

Re: problem with make-3.81

2009-02-27 Thread ycollet
> I think Dave wants you to get the mingw-make from the mingw project site :-) Yes, I fill that. But that's a little bit complicated: to benefit from a "pure" windows binary, you can compile a mingw binary using cygwin tools. But you still need to download the make tool from the mingw website. >

Re: problem with make-3.81

2009-02-27 Thread Ralph Hempel
y???...@f??f.fr wrote: Apologies for not mangling the email address in my other response to that note. Turns out that if you make your email address the display name, then it forces the person sending a reply to do extra work so that your email address isn't visible everywhere. Ralph -- U

Re: problem with make-3.81

2009-02-27 Thread Ralph Hempel
ycol...@freesurf.fr wrote: If you want make to understand MinGW paths generated by a MinGW compiler, you should use a MinGW make, not a Cygwin make. Is there any mingw make shipped with cygwin ? I can't find one in my current installation ... I think Dave wants you to get the mingw-make fro

Re: problem with make-3.81

2009-02-27 Thread ycollet
>> I was trying to compile project from coin-or (http://www.coin-or.org) using >> the cygwin tools and I found a problem: >> .deps/ClpCholeskyBase.Plo:1: *** multiple target patterns. (and several >> other error messages from this kind) >> >> So I searched in google some hints and found that thi

Re: problem with make-3.81

2009-02-27 Thread Dave Korn
ycollet wrote: > I was trying to compile project from coin-or (http://www.coin-or.org) using > the cygwin tools and I found a problem: > .deps/ClpCholeskyBase.Plo:1: *** multiple target patterns. (and several > other error messages from this kind) > > So I searched in google some hints and foun

Re: problem with make under cygwin

2004-06-01 Thread bertrand marquis
thanks i found also that passing -n to echo solve the problem : HAVE_DEVFS := $(shell grep 'CONFIG_DEVFS_FS=y' ../../linux/.config &> /dev/null && echo -n "yes" || echo -n "no") but thank you, your solution is so much better Christopher Faylor a écrit: On Tue, Jun 01, 2004 at 10:00:21AM +02

Re: problem with make under cygwin

2004-06-01 Thread Christopher Faylor
On Tue, Jun 01, 2004 at 10:00:21AM +0200, bertrand marquis wrote: >Hello > > i'm having a strange problem with the make command and shell. > >i try to run a makefile with this : >HAVE_DEVFS := $(shell grep 'CONFIG_DEVFS_FS=y' ../../linux/.config &> >/dev/null && echo "yes" || echo "no") > >the s

Re: Problem with make 'undef missing'

2003-09-06 Thread Igor Pechtchanski
On Sat, 6 Sep 2003, Philippe Bastiani wrote: > Hi, > > I use a generic makefile on several systems... In the past, this makefile > worked fine under Cygwin ! > Now, I obtain the following error: 'makefile.def:3: *** missing... > > See, the following stupid makefile: > *** Begin of file *** > ifne

RE: problem with make (from cygwin-apps)

2001-12-05 Thread Ralf Habacker
> -Original Message- > From: Robert Collins [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 05, 2001 2:03 PM > To: Ralf Habacker; [EMAIL PROTECTED] > Subject: Re: problem with make > > > - Original Message - > From: "Ralf Habacker" &l

Re: problem with make

2001-12-05 Thread Earnie Boyd
Ralf Habacker wrote: > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Christopher Faylor > > Sent: Tuesday, December 04, 2001 4:57 PM > > To: [EMAIL PROTECTED] > > Subject: Re: problem with make > &g