From owner-freebsd-questions@FreeBSD.ORG Thu Jan 26 17:05:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D54EE16A420 for ; Thu, 26 Jan 2006 17:05:56 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from asmtp-out1.blueyonder.co.uk (asmtp-out1.blueyonder.co.uk [195.188.213.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A5F043D53 for ; Thu, 26 Jan 2006 17:05:55 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.34.87] (helo=[192.168.0.2]) by asmtp-out1.blueyonder.co.uk with esmtp (Exim 4.52) id 1F2AZG-0004Go-Ls; Thu, 26 Jan 2006 17:05:54 +0000 Message-ID: <43D90170.3000008@dial.pipex.com> Date: Thu, 26 Jan 2006 17:05:52 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20051106 X-Accept-Language: en MIME-Version: 1.0 To: Paul Schmehl References: <3EA9A5749CCE92F90AA269F4@utd59514.utdallas.edu> In-Reply-To: <3EA9A5749CCE92F90AA269F4@utd59514.utdallas.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: cannot find -ldl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2006 17:05:56 -0000 Paul Schmehl wrote: > I'm fiddling with an app that was probably written for/on Linux. It > configures fine, but when I make, I get the error "cannot find -ldl". > Is there a FreeBSD equivalent for libldl? A workaround? A library > that I'm missing? No direct answer for you, but the library you want is libdl not libldl, that might help you with googling. --Alex