From owner-freebsd-questions@FreeBSD.ORG Mon Jan 1 02:06:50 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92B1016A403 for ; Mon, 1 Jan 2007 02:06:50 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 4627213C448 for ; Mon, 1 Jan 2007 02:06:50 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.8) id l0126nXu050477; Sun, 31 Dec 2006 20:06:49 -0600 (CST) (envelope-from dan) Date: Sun, 31 Dec 2006 20:06:49 -0600 From: Dan Nelson To: dima <7509107@mail.ru> Message-ID: <20070101020649.GC83619@dan.emsphone.com> References: <20070101003029.X2339@iced.no-ip.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070101003029.X2339@iced.no-ip.org> X-OS: FreeBSD 6.2-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-questions@freebsd.org Subject: Re: LINUX_LDLIBS = -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: Mon, 01 Jan 2007 02:06:50 -0000 In the last episode (Jan 01), dima said: > I'm trying to compile "TransConnect" > (http://sourceforge.net/projects/transconnect), but compilation aborts > with a message: /usr/libexec/elf/ld: cannot find -ldl The functions in Linux's libdl are in FreBSD's libc, so just remove -ldl . -- Dan Nelson dnelson@allantgroup.com