Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!sri-spam!ames!sdcsvax!ucsdhub!hp-sdd!hplabs!hpda!hpisod1!hpcllla!hpcupt1!hpisod2!decot From: decot@hpisod2.HP.COM (Dave Decot) Newsgroups: comp.lang.c Subject: Re: What real non-UNIX 'C' compilers implement... Message-ID: <2550029@hpisod2.HP.COM> Date: Sun, 11-Oct-87 00:26:13 EDT Article-I.D.: hpisod2.2550029 Posted: Sun Oct 11 00:26:13 1987 Date-Received: Mon, 12-Oct-87 22:45:08 EDT References: <672@sugar.UUCP> Organization: Hewlett Packard, Cupertino Lines: 15 A distinction that WOULD be useful is the following: OS: routines that are part of the kernel; your executable file does not contain them. LIB: routines that are linked into your executable file. This distinction would be useful for migrating exectuables between systems that had a common instruction set, system call mechanism, and object file format. An example of this situation would be a system that ran executables linked elsewhere, but did not itself provide a linker or libraries. Dave Decot hpda!decot