From owner-freebsd-questions Mon Apr 24 9:54:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id 4980A37B530 for ; Mon, 24 Apr 2000 09:54:05 -0700 (PDT) (envelope-from andrew@ugh.net.au) Received: by starbug.ugh.net.au (Postfix, from userid 1000) id F2389A831; Tue, 25 Apr 2000 02:54:24 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by starbug.ugh.net.au (Postfix) with ESMTP id EF037540E; Tue, 25 Apr 2000 02:54:24 +1000 (EST) Date: Tue, 25 Apr 2000 02:54:24 +1000 (EST) From: andrew@ugh.net.au To: Nils Holland Cc: freebsd-questions@freebsd.org Subject: Re: libraries... In-Reply-To: Message-ID: X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 24 Apr 2000, Nils Holland wrote: > First, are libraries with the ending .a a-out libs and libraries ending > with .so ELF-libs? If so, then something strange has happened. No. .so denotes shared libraries, .a denotes a static library. Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message