public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Brian Inglis <Brian.Inglis@SystematicSW.ab.ca>
To: cygwin@cygwin.com
Subject: Re: problem with make 4.4.1-2 or gcc-fortran 11.4.0-1
Date: Fri, 19 Apr 2024 22:12:35 -0600	[thread overview]
Message-ID: <3c0ccdc1-efba-47b9-a840-afb90c200014@SystematicSW.ab.ca> (raw)
In-Reply-To: <41dde458-48e4-4a3e-888e-94ceab735371@gmail.com>

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 below,
>>
>> git clone https://github.com/Aida-Alvera/DINEOF
>> cd DINEOF/
>> cp config.mk.template config.mk
>> make
>>
>> The make command is showing the problem as
>> Makefile:30: Compilers/Windows_NT-gfortran.mk: No such file or directory
>> make: *** No rule to make target 'Compilers/Windows_NT-gfortran.mk'.  Stop.
>>
>> I am keeping Linux as my default OS but it is asking for the
>> Windows_NT-gfortran.mk
> 
> Looking at the Makefile, lines 13 to 15, and 30:
> 
> The problem is that Makefile optionally sets OS to Linux (line 13) but in Cygwin 
> OS is set to Windows_NT.  i.e.
> $ echo $OS
> Windows_NT
> 
> The solution is to change that environment variable.
> 
> There are several ways try correct that, try: make OS=Linux

Better - first try:

	$ uname -o
	Cygwin

but Linux shows *GNU/Linux*, so then try e.g.:

	$ uname -s
	Linux

and only then see if $OS is defined and use it.

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                 -- Antoine de Saint-Exupéry


      reply	other threads:[~2024-04-20  4:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-19 20:59 Arnab Paul
2024-04-19 21:39 ` René Berber
2024-04-20  4:12   ` Brian Inglis [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3c0ccdc1-efba-47b9-a840-afb90c200014@SystematicSW.ab.ca \
    --to=brian.inglis@systematicsw.ab.ca \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).