From owner-freebsd-questions Fri Sep 26 19:11:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA15804 for questions-outgoing; Fri, 26 Sep 1997 19:11:19 -0700 (PDT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.235.250]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA15720 for ; Fri, 26 Sep 1997 19:10:14 -0700 (PDT) Received: (from daemon@localhost) by FreeBSD.csie.NCTU.edu.tw (8.8.7/8.8.5) id KAA21609; Sat, 27 Sep 1997 10:09:47 +0800 (CST) To: questions@freebsd.org Path: not-for-mail From: grog@lemis.com (Greg Lehey) Newsgroups: mailing.freebsd.questions Subject: Re: static or dynamic linking? Date: 27 Sep 1997 10:09:47 +0800 Organization: NCTU CSIE FreeBSD Server Lines: 13 Message-ID: <60hptb$l36$1@FreeBSD.csie.NCTU.edu.tw> Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, Sep 26, 1997 at 03:46:51PM -0400, Cliff Addy wrote: > I got this question from a user: > >> Is the OS FreeBSD 2.2.2 statically or dynamically linked? > > How do I answer him? All operating systems I know are statically linked. Dynamic linking is only applicable to programs. FreeBSD supports both statically and dynamically linked programs. Greg