From owner-freebsd-questions Thu Jan 26 11:13:10 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id LAA01764 for questions-outgoing; Thu, 26 Jan 1995 11:13:10 -0800 Received: from cats.ucsc.edu (root@cats-po-1.UCSC.EDU [128.114.129.22]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id LAA01758 for ; Thu, 26 Jan 1995 11:13:06 -0800 Received: from scruz.ucsc.edu by cats.ucsc.edu with SMTP id LAA03353; Thu, 26 Jan 1995 11:13:03 -0800 Received: from osprey by scruz.ucsc.edu id aa14830; 26 Jan 95 12:03 PST Received: (from markd@localhost) by Grizzly.COM (8.6.9/8.6.9) id LAA21407; Thu, 26 Jan 1995 11:05:26 -0800 Date: Thu, 26 Jan 1995 11:05:26 -0800 From: Mark Diekhans Message-Id: <199501261905.LAA21407@Grizzly.COM> To: terry@cs.weber.edu CC: questions@FreeBSD.org In-reply-to: <9501261704.AA24636@cs.weber.edu> (message from Terry Lambert on Thu, 26 Jan 95 10:04:16 MST) Subject: Re: dlopen for FreeBSD? Sender: questions-owner@FreeBSD.org Precedence: bulk >>>>> "Terry" == Terry Lambert writes: >> Has anyone done/work on/given up on a dlopen/dlsym/dlclose interface >> for FreeBSD? Terry> This is a relatively trivial task, but there is some disagreement Terry> on how it would be done. Anyone got a prototype implementation? Terry> Would you want to dlopen() non-PIC object files? Not really. I would guess that would make the whole task more complex and slower.