Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"Faith: not *wanting* to know what is true." -- Friedrich Nietzsche


computers / comp.sys.apple2 / Re: gno & orca

SubjectAuthor
* gno & orcaTom Thumb
`* Re: gno & orcaChristopher G. Mason
 `* Re: gno & orcaTom Thumb
  `* Re: gno & orcaTom Thumb
   `* Re: gno & orcaStephen Heumann
    `* Re: gno & orcaTom Thumb
     `* Re: gno & orcastephen...@gmail.com
      `- Re: gno & orcaTom Thumb

1
gno & orca

<e390ce09-c60a-4790-b21f-371facc5d2fdn@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=4885&group=comp.sys.apple2#4885

  copy link   Newsgroups: comp.sys.apple2
X-Received: by 2002:ac8:5d49:0:b0:3a4:ee8d:db04 with SMTP id g9-20020ac85d49000000b003a4ee8ddb04mr16498629qtx.114.1667335061742;
Tue, 01 Nov 2022 13:37:41 -0700 (PDT)
X-Received: by 2002:a05:622a:15c7:b0:39b:2791:cd44 with SMTP id
d7-20020a05622a15c700b0039b2791cd44mr16601910qty.676.1667335061537; Tue, 01
Nov 2022 13:37:41 -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.sys.apple2
Date: Tue, 1 Nov 2022 13:37:41 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=2603:7000:a102:7200:8802:e30d:5e9b:470f;
posting-account=PB2qngoAAACRVoANRzBDZM-TqC_DJF8g
NNTP-Posting-Host: 2603:7000:a102:7200:8802:e30d:5e9b:470f
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <e390ce09-c60a-4790-b21f-371facc5d2fdn@googlegroups.com>
Subject: gno & orca
From: justlike...@gmail.com (Tom Thumb)
Injection-Date: Tue, 01 Nov 2022 20:37:41 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3758
 by: Tom Thumb - Tue, 1 Nov 2022 20:37 UTC

So I bought Gno/ME 2.0 in 1994, came with a hand written receipt for $89 and apparently I updated it to 2.0.4 though I don’t remember doing it; 28 years and I have trouble with yesterday; so now I see v2.0.6 and downloaded that and installed it as per instructions to /gno and /gno-hfs.

I’m familiar with and use linux and mac os x terminal and prefer gno to orca shell but I have a problem using C. In gno 2.0.4 I’ll use vi to create foo.c but cant cmpl it because the subtype is set as txt. I don’t know how to set the language or set a file’s subtype with gno shell. I can run orca and “change foo.c cc” but that pretty much defeats the purpose of using gno. I feel I must have something setup wrong; 2.0/2.0.4 installer sets things up after answering yes to orca installed.

As for 2.0.6, so, it installs orcacdefs and orcalib in /lib but also /lang/orca with empty languages, shell, utilities, libraries directories. I populated the shell, languages and utilities directories from 2.0.4 /ORCA.gno and left the libraries directory empty. I created an “alias cc /usr/bin/occ” and can create foo.c and compile it issuing “cc -o foo foo.c” and if it’s a simple hello world or uses %d in a printf works okay, compiles and runs. If I then use %f it will crash every time. I mean the replacements are appropriate for the given variables. The source in question is anexample from K&R that prints a Fahrenheit - Celsius table. It works everywhere but compiled under gno 2.0.6 so I moved and saved 2.0.6 /lib and replaced it with 2.0.4 /library and now occ produces an exe that works, first tried replacing orcacdefs but that didn’t work.

So now 2.0.6 “cc -o foo foo.c” works also “cmpl foo..c keep=foo” but I can’t accept that. 2.0.4’s orcalib is 59K and 2.0.6’s is 29k; 2.0.4 ORCAInclude is 156k, 2.0.6 154k and 2.0.4’s ORCADefs is 496k and 2.0.6’s orcadefs is 451k so there is a lot going on there.

Anyone have any insight as how to properly setup gno 2.0.4 and 2.0.6, for use with orca/c? Preferably the latter but both would be nice or just any comments or thoughts.

This works in 2.0.6 “out of box”
#include <stdio.h>

void main(void)
{ int x;
x = 5;
printf(“x = %d \n”, x);

This does not but does after switching out 2.0.6 /lib for 2.0.4 /libraries (renamed to lib)
void main(void)
{ float x;
x = 5.56;
printf(“x = %f \n”, x);

Re: gno & orca

<tjs0eu$rldd$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=4886&group=comp.sys.apple2#4886

  copy link   Newsgroups: comp.sys.apple2
Path: i2pn2.org!i2pn.org!aioe.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: cgm...@my-deja.com (Christopher G. Mason)
Newsgroups: comp.sys.apple2
Subject: Re: gno & orca
Date: Tue, 1 Nov 2022 16:43:16 -0400
Organization: A noiseless patient Spider
Lines: 7
Message-ID: <tjs0eu$rldd$1@dont-email.me>
References: <e390ce09-c60a-4790-b21f-371facc5d2fdn@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 1 Nov 2022 20:44:14 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="5a595c33dec53747d5011f60443f620a";
logging-data="906669"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19SiTerDAs7VeuBefec3KGqwqoK8uBPYuQ="
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.4.1
Cancel-Lock: sha1:rvgEwZTbL5WVU6R75fTZKOqfvew=
Content-Language: en-US
In-Reply-To: <e390ce09-c60a-4790-b21f-371facc5d2fdn@googlegroups.com>
 by: Christopher G. Mason - Tue, 1 Nov 2022 20:43 UTC

On 11/1/2022 4:37 PM, Tom Thumb wrote:
> As for 2.0.6, so, it installs orcacdefs and orcalib in /lib but also /lang/orca with empty languages, shell, utilities, libraries directories. I populated the shell, languages and utilities directories from 2.0.4 /ORCA.gno and left the libraries directory empty. I created an “alias cc /usr/bin/occ” and can create foo.c and compile it issuing “cc -o foo foo.c” and if it’s a simple hello world or uses %d in a printf works okay, compiles and runs. If I then use %f it will crash every time. I mean the replacements are appropriate for the given variables. The source in question is anexample from K&R that prints a Fahrenheit - Celsius table. It works everywhere but compiled under gno 2.0.6 so I moved and saved 2.0.6 /lib and replaced it with 2.0.4 /library and now occ produces an exe that works, first tried replacing orcacdefs but that didn’t work.
>

GNO/ME 2.0.6 has some broken C header files. I landed up finding fixes
for various compile errors searching Usenet posts. Apparently these
files were never fixed all these years.

Re: gno & orca

<3eed706a-070d-4d35-9d85-f1bdfe39da7dn@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=4887&group=comp.sys.apple2#4887

  copy link   Newsgroups: comp.sys.apple2
X-Received: by 2002:a05:620a:1a13:b0:6fa:88d:5239 with SMTP id bk19-20020a05620a1a1300b006fa088d5239mr15407813qkb.756.1667345359306;
Tue, 01 Nov 2022 16:29:19 -0700 (PDT)
X-Received: by 2002:a05:620a:74e:b0:6e5:7560:26ee with SMTP id
i14-20020a05620a074e00b006e5756026eemr14800277qki.242.1667345359134; Tue, 01
Nov 2022 16:29:19 -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.sys.apple2
Date: Tue, 1 Nov 2022 16:29:18 -0700 (PDT)
In-Reply-To: <tjs0eu$rldd$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=24.185.98.244; posting-account=PB2qngoAAACRVoANRzBDZM-TqC_DJF8g
NNTP-Posting-Host: 24.185.98.244
References: <e390ce09-c60a-4790-b21f-371facc5d2fdn@googlegroups.com> <tjs0eu$rldd$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <3eed706a-070d-4d35-9d85-f1bdfe39da7dn@googlegroups.com>
Subject: Re: gno & orca
From: justlike...@gmail.com (Tom Thumb)
Injection-Date: Tue, 01 Nov 2022 23:29:19 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2531
 by: Tom Thumb - Tue, 1 Nov 2022 23:29 UTC

On Tuesday, November 1, 2022 at 4:44:16 PM UTC-4, Christopher G. Mason wrote:
> On 11/1/2022 4:37 PM, Tom Thumb wrote:
> > As for 2.0.6, so, it installs orcacdefs and orcalib in /lib but also /lang/orca with empty languages, shell, utilities, libraries directories. I populated the shell, languages and utilities directories from 2.0.4 /ORCA.gno and left the libraries directory empty. I created an “alias cc /usr/bin/occ” and can create foo.c and compile it issuing “cc -o foo foo.c” and if it’s a simple hello world or uses %d in a printf works okay, compiles and runs. If I then use %f it will crash every time. I mean the replacements are appropriate for the given variables. The source in question is anexample from K&R that prints a Fahrenheit - Celsius table. It works everywhere but compiled under gno 2.0.6 so I moved and saved 2.0.6 /lib and replaced it with 2.0.4 /library and now occ produces an exe that works, first tried replacing orcacdefs but that didn’t work.
> >
> GNO/ME 2.0.6 has some broken C header files. I landed up finding fixes
> for various compile errors searching Usenet posts. Apparently these
> files were never fixed all these years.

That will make it a bit difficult these days. Maybe I can find some stuff archived

Re: gno & orca

<2cbc158a-5e97-4223-9792-3801b644bc6fn@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=4888&group=comp.sys.apple2#4888

  copy link   Newsgroups: comp.sys.apple2
X-Received: by 2002:a05:622a:15c8:b0:39c:ea8a:82e3 with SMTP id d8-20020a05622a15c800b0039cea8a82e3mr17671135qty.146.1667351521267;
Tue, 01 Nov 2022 18:12:01 -0700 (PDT)
X-Received: by 2002:ad4:5c6c:0:b0:4bb:6675:383a with SMTP id
i12-20020ad45c6c000000b004bb6675383amr18784054qvh.71.1667351521094; Tue, 01
Nov 2022 18:12:01 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.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.sys.apple2
Date: Tue, 1 Nov 2022 18:12:00 -0700 (PDT)
In-Reply-To: <3eed706a-070d-4d35-9d85-f1bdfe39da7dn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=24.185.98.244; posting-account=PB2qngoAAACRVoANRzBDZM-TqC_DJF8g
NNTP-Posting-Host: 24.185.98.244
References: <e390ce09-c60a-4790-b21f-371facc5d2fdn@googlegroups.com>
<tjs0eu$rldd$1@dont-email.me> <3eed706a-070d-4d35-9d85-f1bdfe39da7dn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <2cbc158a-5e97-4223-9792-3801b644bc6fn@googlegroups.com>
Subject: Re: gno & orca
From: justlike...@gmail.com (Tom Thumb)
Injection-Date: Wed, 02 Nov 2022 01:12:01 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1424
 by: Tom Thumb - Wed, 2 Nov 2022 01:12 UTC

I put everything back as it was and am going to follow the FAQs at gno.org. I had been there for another reason before. I should have looked at the orca/c centric stuff before blurting here and see what works out.

Re: gno & orca

<tk1gga$1iafi$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=4895&group=comp.sys.apple2#4895

  copy link   Newsgroups: comp.sys.apple2
Path: i2pn2.org!i2pn.org!aioe.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: stephen....@gmail.com (Stephen Heumann)
Newsgroups: comp.sys.apple2
Subject: Re: gno & orca
Date: Thu, 3 Nov 2022 17:48:42 -0500
Organization: A noiseless patient Spider
Lines: 31
Message-ID: <tk1gga$1iafi$1@dont-email.me>
References: <2cbc158a-5e97-4223-9792-3801b644bc6fn@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: reader01.eternal-september.org; posting-host="4f26ead1c113e585f804b58c1c2cce25";
logging-data="1649138"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/5aUak3uJNYj+kiVzHRQn+SM7KIrqJ2QM="
User-Agent: Unison/2.2
Cancel-Lock: sha1:Q2S6D6/Z77oiGCcNGTlgvLfeyws=
 by: Stephen Heumann - Thu, 3 Nov 2022 22:48 UTC

On 2022-11-02 01:12:00 +0000, Tom Thumb said:

> I put everything back as it was and am going to follow the FAQs at
> gno.org. I had been there for another reason before. I should have
> looked at the orca/c centric stuff before blurting here and see what
> works out.

Following the instructions in the FAQ should work, at least for ORCA/C
2.1 or later on GNO 2.0.6. I would recommend just using the latest
versions, and not trying to mix components from different ones.

To change file types and languages on GNO, you can use the chtyp
utility, e.g. "chtyp -lcc foo.c". As you noticed, occ will change the
type automatically for C source files, although not for any headers
they include.

Also, there are some updates available for both GNO and ORCA/C. These
are not needed to get started, but I would recommend them:

GNO updates:
https://github.com/ksherlock/gno/releases/latest

ORCA/C updates:
https://github.com/byteworksinc/ORCA-C/releases/latest

Updated ORCALib for GNO (for use with updated ORCA/C):
https://github.com/byteworksinc/ORCALib/releases/latest

--
Stephen Heumann

Re: gno & orca

<8e9ad5e5-dde2-4f97-a52b-8080debfd5c8n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=4896&group=comp.sys.apple2#4896

  copy link   Newsgroups: comp.sys.apple2
X-Received: by 2002:a05:6214:21a6:b0:4bb:85b4:fd96 with SMTP id t6-20020a05621421a600b004bb85b4fd96mr29638757qvc.28.1667529670316;
Thu, 03 Nov 2022 19:41:10 -0700 (PDT)
X-Received: by 2002:ad4:5be4:0:b0:4bb:e718:6ee9 with SMTP id
k4-20020ad45be4000000b004bbe7186ee9mr24790120qvc.110.1667529669994; Thu, 03
Nov 2022 19:41:09 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.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.sys.apple2
Date: Thu, 3 Nov 2022 19:41:09 -0700 (PDT)
In-Reply-To: <tk1gga$1iafi$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=24.185.98.244; posting-account=PB2qngoAAACRVoANRzBDZM-TqC_DJF8g
NNTP-Posting-Host: 24.185.98.244
References: <2cbc158a-5e97-4223-9792-3801b644bc6fn@googlegroups.com> <tk1gga$1iafi$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <8e9ad5e5-dde2-4f97-a52b-8080debfd5c8n@googlegroups.com>
Subject: Re: gno & orca
From: justlike...@gmail.com (Tom Thumb)
Injection-Date: Fri, 04 Nov 2022 02:41:10 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3776
 by: Tom Thumb - Fri, 4 Nov 2022 02:41 UTC

On Thursday, November 3, 2022 at 6:48:44 PM UTC-4, stephen...@gmail.com wrote:

> Following the instructions in the FAQ should work, at least for ORCA/C
> 2.1 or later on GNO 2.0.6. I would recommend just using the latest
> versions, and not trying to mix components from different ones.

I followed the FAQ for gno 2.0.6 and orca/c 2.1.x:

>>

You must have the following libraries in the sequence given. You
should not add any other libraries to this directory as it will
slow down linking for all programs.

/lib/libc (GNO v2.0.6) [rename to "nlibc" for HFS]
/lib/lsaneglue (GNO v2.0.6) [renaem to "nlsaneglue" for HFS]
/lib/OrcaLib (GNO v2.0.6)
/lib/PasLib (ORCA/Pascal v2.1.x, required if and only if
you use ORCA Pascal)
/lib/SysFloat (GNO v2.0.6)
/lib/SysLib (ORCA/C v2.1.x)

<<

And that works but I didn’t have lsaneglue anywhere and used the first one I found at:

https://mirrors.apple2.org.za/ground.icaen.uiowa.edu/Mirrors/trenco/gno/base/v206.interim/beta.980324/libs.980324.shk

I didn’t know all this work had been done and first thing I thought was how am I going to keep versions of libraries straight and compatabilities. Your post helps alot, I’ve been over to github and I’ll have to sort through all these new to me libraries, patches and updates.

Orca compiled the Fahrenheit - Celsius table exe to about 6k, gno 2.0.4 about 10k and gno 2.0.6 to about 41k but maybe another libc version or libraries might cut that down. I had read somewhere the lack of optimization and the reasoning behind it.

There’s a lot more there than I thought, it will take some time.

And here I was just playing with my //e and plotting colored rectangles by reading the paddles. I seem to have come far afield.

>
> To change file types and languages on GNO, you can use the chtyp
> utility, e.g. "chtyp -lcc foo.c". As you noticed, occ will change the
> type automatically for C source files, although not for any headers
> they include.
>
> Also, there are some updates available for both GNO and ORCA/C. These
> are not needed to get started, but I would recommend them:
>
> GNO updates:
> https://github.com/ksherlock/gno/releases/latest
>
> ORCA/C updates:
> https://github.com/byteworksinc/ORCA-C/releases/latest
>
> Updated ORCALib for GNO (for use with updated ORCA/C):
> https://github.com/byteworksinc/ORCALib/releases/latest
>
> --
> Stephen Heumann

Thank you so much for this!

Re: gno & orca

<58ca8594-f4c8-4eaf-b370-adc91bdcecc3n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=4897&group=comp.sys.apple2#4897

  copy link   Newsgroups: comp.sys.apple2
X-Received: by 2002:a05:6214:20a7:b0:4bb:9359:8368 with SMTP id 7-20020a05621420a700b004bb93598368mr34070859qvd.122.1667610219396;
Fri, 04 Nov 2022 18:03:39 -0700 (PDT)
X-Received: by 2002:ac8:44cc:0:b0:3a5:6d4e:5370 with SMTP id
b12-20020ac844cc000000b003a56d4e5370mr3726802qto.536.1667610219171; Fri, 04
Nov 2022 18:03:39 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.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.sys.apple2
Date: Fri, 4 Nov 2022 18:03:38 -0700 (PDT)
In-Reply-To: <8e9ad5e5-dde2-4f97-a52b-8080debfd5c8n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=73.9.10.173; posting-account=cvqNrwoAAADJiyw_4wkUXsHtt8VSEQSl
NNTP-Posting-Host: 73.9.10.173
References: <2cbc158a-5e97-4223-9792-3801b644bc6fn@googlegroups.com>
<tk1gga$1iafi$1@dont-email.me> <8e9ad5e5-dde2-4f97-a52b-8080debfd5c8n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <58ca8594-f4c8-4eaf-b370-adc91bdcecc3n@googlegroups.com>
Subject: Re: gno & orca
From: stephenh...@gmail.com (stephen...@gmail.com)
Injection-Date: Sat, 05 Nov 2022 01:03:39 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3158
 by: stephen...@gmail.com - Sat, 5 Nov 2022 01:03 UTC

On Thursday, November 3, 2022 at 9:41:11 PM UTC-5, justliketom...@gmail.com wrote:
> And that works but I didn’t have lsaneglue anywhere and used the first one I found at:
>
> https://mirrors.apple2.org.za/ground.icaen.uiowa.edu/Mirrors/trenco/gno/base/v206.interim/beta.980324/libs.980324.shk

I think that version should be fine.

> I didn’t know all this work had been done and first thing I thought was how am I going to keep versions of libraries straight and compatabilities. Your post helps alot, I’ve been over to github and I’ll have to sort through all these new to me libraries, patches and updates.

Once you have a working installation of ORCA/C 2.1 on GNO (which it sounds like you do now), the updates can basically be installed as follows:
1. Copy GNO updates into the root directory of your GNO installation.
2. Copy ORCA/C update into /lang/orca
3. Copy updated ORCALib for GNO into /lib
In each case, let the updates replace any older versions of the files they contain.

> Orca compiled the Fahrenheit - Celsius table exe to about 6k, gno 2.0.4 about 10k and gno 2.0.6 to about 41k but maybe another libc version or libraries might cut that down. I had read somewhere the lack of optimization and the reasoning behind it.

GNO 2.0.6 has its own stdio implementation that is much larger than the ORCA one, which probably accounts for most of the size difference. It's kind of bloated, but not really much of a problem unless you have very limited memory or disk space.

It is possible to use the stock ORCA/C libraries under GNO (by setting prefix 13 to point to them), but then you can't use the Unix-like library functions from GNO. To start with, it's probably best to use the normal GNO configuration with its versions of the libraries.

--
Stephen Heumann

Re: gno & orca

<0ef8dc34-8676-452f-8202-8cc6aaca4cc4n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=4914&group=comp.sys.apple2#4914

  copy link   Newsgroups: comp.sys.apple2
X-Received: by 2002:a05:622a:5a15:b0:3a5:47de:a214 with SMTP id fy21-20020a05622a5a1500b003a547dea214mr1570113qtb.304.1668111575563;
Thu, 10 Nov 2022 12:19:35 -0800 (PST)
X-Received: by 2002:a37:785:0:b0:6b8:ec83:2922 with SMTP id
127-20020a370785000000b006b8ec832922mr1778374qkh.107.1668111575356; Thu, 10
Nov 2022 12:19:35 -0800 (PST)
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.sys.apple2
Date: Thu, 10 Nov 2022 12:19:35 -0800 (PST)
In-Reply-To: <58ca8594-f4c8-4eaf-b370-adc91bdcecc3n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2603:7000:a102:7200:f025:7fed:3613:51f5;
posting-account=PB2qngoAAACRVoANRzBDZM-TqC_DJF8g
NNTP-Posting-Host: 2603:7000:a102:7200:f025:7fed:3613:51f5
References: <2cbc158a-5e97-4223-9792-3801b644bc6fn@googlegroups.com>
<tk1gga$1iafi$1@dont-email.me> <8e9ad5e5-dde2-4f97-a52b-8080debfd5c8n@googlegroups.com>
<58ca8594-f4c8-4eaf-b370-adc91bdcecc3n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <0ef8dc34-8676-452f-8202-8cc6aaca4cc4n@googlegroups.com>
Subject: Re: gno & orca
From: justlike...@gmail.com (Tom Thumb)
Injection-Date: Thu, 10 Nov 2022 20:19:35 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2424
 by: Tom Thumb - Thu, 10 Nov 2022 20:19 UTC

On Friday, November 4, 2022 at 9:03:40 PM UTC-4, stephen...@gmail.com wrote:

> Once you have a working installation of ORCA/C 2.1 on GNO (which it sounds like you do now), the updates can basically be installed as follows:
> 1. Copy GNO updates into the root directory of your GNO installation.
> 2. Copy ORCA/C update into /lang/orca
> 3. Copy updated ORCALib for GNO into /lib
> In each case, let the updates replace any older versions of the files they contain.
> --
> Stephen Heumann

I'm just posting to express my gratitude. Gno is well, Orca/C is well. I can go about trying to do what is I've been thinking of.

I'm just really impressed at all the work and effort you've put in. Just the cc.notes.txt I've been looking over seems an enormous amount of work to me, and the porting and the bug fixes, so, thank you very much. If I were more talented I would try to lend a hand. As it is, I have much to learn of this environment to complete the task I've assigned myself.

-- Mark Wade aka Tom

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor