The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Nigel Williams <nw@retrocomputingtasmania.com>
To: The Unix Heritage Society <tuhs@tuhs.org>
Subject: [TUHS] practice of aliasing C compiler with occ?
Date: Sun, 13 Jan 2019 13:19:36 +1100	[thread overview]
Message-ID: <CACCFpdyjVNsvBWL5FcsoJmxJounJftvY_ifxvz7JdyUr6z9YxQ@mail.gmail.com> (raw)

We've been recovering a 1980s programming language implemented using a
mix of Pascal and C that ran on 4.1 BSD on VAX.

The Makefile distributed to around 20+ sites included these lines for
the C compiler.

CC=     occ
CFLAGS= -g

It seems there was a (common?) practice of keeping around the old C
compiler when updating a BSD system and occ was used to reference it.

Anyone care to comment on this observation? was it specific to
BSD-land? how was the aliasing effected, a side-by-side copy of the
compiler pieces? As at 4.1 BSD the C compiler components were in /lib
(Pascal though was in /usr/lib).

# ls -l /lib
total 467
-rwxr-xr-x 1 root      25600 Jul  9  1981 c2
-rwxr-xr-x 1 root      89088 Jul  9  1981 ccom
-rwxr-xr-x 1 root      19456 Jul  9  1981 cpp
-rwxr-xr-x 1 root        199 Mar 15  1981 crt0.o
-rwxr-xr-x 1 root      40960 Jul  9  1981 f1
-rwxr-xr-x 1 root      62138 Jul  9  1981 libc.a
-rwxr-xr-x 1 root        582 Mar 15  1981 mcrt0.o

                 reply	other threads:[~2019-01-13  2:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CACCFpdyjVNsvBWL5FcsoJmxJounJftvY_ifxvz7JdyUr6z9YxQ@mail.gmail.com \
    --to=nw@retrocomputingtasmania.com \
    --cc=tuhs@tuhs.org \
    /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 NNTP newsgroup(s).