Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

REST: P: Linus Torvalds S: Buried alive in email -- from /usr/src/linux/MAINTAINERS


devel / comp.lang.fortran / How to start

SubjectAuthor
* How to startP Meera
`- Re: How to startRon Shepard

1
How to start

<6d1a88ed-4025-49ec-8795-67112a879e8en@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2859&group=comp.lang.fortran#2859

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a05:6214:1c4b:b0:4aa:b3a6:976b with SMTP id if11-20020a0562141c4b00b004aab3a6976bmr15400053qvb.81.1662817140719;
Sat, 10 Sep 2022 06:39:00 -0700 (PDT)
X-Received: by 2002:a05:620a:1b83:b0:6bb:43ad:f864 with SMTP id
dv3-20020a05620a1b8300b006bb43adf864mr12933966qkb.360.1662817140533; Sat, 10
Sep 2022 06:39:00 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Sat, 10 Sep 2022 06:39:00 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=14.139.69.33; posting-account=BvRJKQkAAABSvTGShu09vPoZlM1mR2ic
NNTP-Posting-Host: 14.139.69.33
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <6d1a88ed-4025-49ec-8795-67112a879e8en@googlegroups.com>
Subject: How to start
From: 18icmc04@uohyd.ac.in (P Meera)
Injection-Date: Sat, 10 Sep 2022 13:39:00 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1128
 by: P Meera - Sat, 10 Sep 2022 13:39 UTC

Hello!
After installation, (gfortran-ARM-12.1-Monterey.dmg for Apple Silicon computers) how to do the command line in terminal to open the .for file an compile?

Re: How to start

<aT1TK.36432$OR4c.42@fx46.iad>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2864&group=comp.lang.fortran#2864

  copy link   Newsgroups: comp.lang.fortran
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx46.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:102.0)
Gecko/20100101 Thunderbird/102.2.2
Subject: Re: How to start
Content-Language: en-US
Newsgroups: comp.lang.fortran
References: <6d1a88ed-4025-49ec-8795-67112a879e8en@googlegroups.com>
From: nospam@nowhere.org (Ron Shepard)
In-Reply-To: <6d1a88ed-4025-49ec-8795-67112a879e8en@googlegroups.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 20
Message-ID: <aT1TK.36432$OR4c.42@fx46.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Sat, 10 Sep 2022 10:16:22 -0500
X-Received-Bytes: 1347
 by: Ron Shepard - Sat, 10 Sep 2022 15:16 UTC

On 9/10/22 8:39 AM, P Meera wrote:
> Hello!
> After installation, (gfortran-ARM-12.1-Monterey.dmg for Apple Silicon computers) how to do the command line in terminal to open the .for file an compile?

After installation, do

which gfortran

to make sure the compiler is in your path. If that works, then do
something like

mkdir hello
cd hello
echo "write(*,*) 'Hello World'; end" > hello.f90
gfortran hello.f90 && a.out

That should get you started.

$.02 -Ron Shepard

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor