From owner-freebsd-questions Sun Mar 28 16:21:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (Postfix) with ESMTP id E95AA14F34 for ; Sun, 28 Mar 1999 16:21:47 -0800 (PST) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.9.3/8.9.3/Kp) with ESMTP id BAA72944 for ; Mon, 29 Mar 1999 01:21:27 +0100 (BST) Message-ID: <36FEC784.BC51505E@tdx.co.uk> Date: Mon, 29 Mar 1999 01:21:24 +0100 From: Karl Pielorz Organization: TDX - The Digital eXchange X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Seeing new libs in /usr/local/lib? (ldconfig?) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Does anyone know how I can get the system to see new libraries I have in /usr/local/lib? - I've installed a number of ports - and now when I go to compile up software it fails to find things like the ttf (freetype) library, but will find others (like the gd library)... Yet in /usr/local/lib I have listed: libttf.a libgd.a I've looked at the man page for ldconfig, and tried running: ldconfig -aout -v -R ldconfig -elf -v -R In a vain attempt to get it to re-scan the directory, but it doesn't seem to work... Can anyone offer any more info / suggestions? I've checked things through and it's definitely failing at the linking stage (i.e. it can find all the headers etc. it wants) I'm using FreeBSD 3.1 with this (i.e. ELF & AOUT libraries) -Kp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message