From owner-freebsd-questions Sun Nov 17 19:46:57 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA06206 for questions-outgoing; Sun, 17 Nov 1996 19:46:57 -0800 (PST) Received: from athenet.net (root@minerva.athenet.net [205.242.245.34]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA06200 for ; Sun, 17 Nov 1996 19:46:52 -0800 (PST) Received: from rakort (pm-at-2-24.athenet.net [204.120.6.124]) by athenet.net (8.7.5/8.7.5) with SMTP id VAA11106 for ; Sun, 17 Nov 1996 21:46:45 -0600 (CST) Message-ID: <328FDBBE.41C67EA6@athenet.net> Date: Sun, 17 Nov 1996 21:45:02 -0600 From: Sly Organization: fv.net X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.1.5-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: seeking a little advice of libraries Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am trying to get "suck" to use the dbz library functions from the "inn" library(libinn.a). "suck" uses this to check the history file. When I try to compile suck it can't "attach/link" to the dbz functions in "libinn.a".(ie: undefined symbol) My questions at this point are mostly related to what the different library files are and how to use them. Specifically what is a lib file such as "lib???.a" and what is a lib file such as "lib???.so.1.0". The inn make files create a libinn.a, but no libinn.so.1.0. What are the requirements for a file to access functions in these libraries. Lastly what is a good source of information discussing this topic. Thanks for your time Brian riff_one@athenet.net