From owner-freebsd-questions@FreeBSD.ORG Wed Feb 4 18:48:36 2004 Return-Path: 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 5EC9016A4CE for ; Wed, 4 Feb 2004 18:48:36 -0800 (PST) Received: from mail.relia.net (mail.relia.net [207.173.156.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBEE43D1F for ; Wed, 4 Feb 2004 18:48:35 -0800 (PST) (envelope-from joe@joe-lewis.com) Received: from post.relia.net ([207.173.156.6] helo=email.relia.net) by mail.relia.net (Exim 4.24 #1 (FreeBSD 4.7)) protocol: smtp id 1AoZZC-000GIU-FZ for ; Wed, 04 Feb 2004 19:48:34 -0700 Received: from 207.173.181.72 (SquirrelMail authenticated user joe) by email.relia.net with HTTP; Wed, 4 Feb 2004 19:48:31 -0700 (MST) Message-ID: <52640.207.173.181.72.1075949311.squirrel@email.relia.net> Date: Wed, 4 Feb 2004 19:48:31 -0700 (MST) From: "Joe Lewis" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: dlopen() and parent symbols X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2004 02:48:36 -0000 I've read that I can't export symbols from the parent executable to modules opened with dlopen(). So, I have a (hopefully) quick question. How can I export function(s) to those modules? Joe Lewis