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
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
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
cd DINEOF/
cp config.mk.template config.mk
make
The m
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
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 4824 dtable::stdio_init: couldn't make stderr distinct from
st
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.
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
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
> 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.
>
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
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
>> 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
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
Hello,
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 this is a "w
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
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
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 shell command is working out of a makefile but in the makefile the
HAVE_DEVFS
On Mon, 24 May 2004, Kate Ebneter wrote:
> Folks,
>
> I have a frankly bizarre problem using make under cygwin. The short and
> sweet description of the problem is that sometimes, the compiler or
> other tool being called by make is passed an empty command line. I
> don't know if the problem is in
Folks,
I have a frankly bizarre problem using make under cygwin. The short and
sweet description of the problem is that sometimes, the compiler or
other tool being called by make is passed an empty command line. I
don't know if the problem is in make, the shell, or the compiler(s)
(although I c
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
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 ***
ifneq ($(strip $(SUBDIRS)),)
else
define MAKE_SUBDIRS
$(MAKE_NOTHI
Hi,
I'm having a problem using Cygwin as a platform for gcc running as a cross
compiler.
When doing make dep on a kernel tree, the following happens.
On the make line dep-files, the make file reads
dep-files:
scripts/mkdep archdep include/linux/version.h
scripts/mkdep -- init/
> -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
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
24 matches
Mail list logo