From owner-freebsd-questions Mon Sep 23 23:12:07 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA11620 for questions-outgoing; Mon, 23 Sep 1996 23:12:07 -0700 (PDT) Received: from lib.amu.edu.pl (bogusz@lib.amu.edu.pl [150.254.100.254]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA11547 for ; Mon, 23 Sep 1996 23:12:00 -0700 (PDT) From: bogusz@lib.amu.edu.pl Received: (from bogusz@localhost) by lib.amu.edu.pl (8.6.12/8.6.9) id HAA06313; Tue, 24 Sep 1996 07:14:55 +0200 Date: Tue, 24 Sep 1996 07:14:54 +0200 (MET DST) To: Richard Heller cc: questions@freebsd.org Subject: Re: http://www.freebsd.org/support.html In-Reply-To: <199609240226.WAA11034@oucsace.cs.ohiou.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 23 Sep 1996, Richard Heller wrote: > I'm trying to port kaffe to Linux and am having a small problem. The make > file for kaffe wants to use the dlopen() function, but it doesn't seem to > exist on my system. The man pages say it should include dlfcn.h, but I > don't have that include file. Anybody know where to get it? > > Thanks, > Rich > I don't know which distribution you have but I've got this header file on my slackware-3.0. You can use an archie to find the file. I have found it at ftp.informatik.hu-berlin.de /pub/os/linux/mirrors/tsx-11.mit.edu/packages/GCC/ld.so-1.7.14/d-link/libdl Bogusz