Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Markus Hoenicka" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16143.8898.283084.701092@tipi.mininet> Date: Fri, 11 Jul 2003 22:49:06 +0200 To: "Ralf Habacker" Cc: Subject: RE: Problem in compiling : cannot find -ldl In-Reply-To: <011901c347ec$99909830$0a1c440a@BRAMSCHE> References: <011901c347ec$99909830$0a1c440a AT BRAMSCHE> Hi, Unix != Linux. FreeBSD does not use libdl either, the dl*() functions are provided by libc instead. The -ldl requirements should be checked in the configure script IMHO. regards, Markus Ralf Habacker writes: > > libdl is a linux'ism. You don't need it. We don't have it :-) Just > > remove '-ldl' from the Makefile or link line. > > > > Hmmh, is cygwin a unix emulation environment ? Usually in linux libdl contains > symbols for dynamic loading of shared libraries. In cygwin this is provided by > the libcygwin. > -- Markus Hoenicka markus DOT hoenicka AT cats DOT de (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/