From owner-freebsd-questions@FreeBSD.ORG Wed Feb 4 18:39:04 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 E67CD16A4CE for ; Wed, 4 Feb 2004 18:39:04 -0800 (PST) Received: from mail.relia.net (mail.relia.net [207.173.156.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F5FC43D3F for ; Wed, 4 Feb 2004 18:39:04 -0800 (PST) (envelope-from joe@joe-lewis.com) Received: from [207.173.181.72] (helo=joe-lewis.com) by mail.relia.net (Exim 4.24 #1 (FreeBSD 4.7)) protocol: asmtp id 1AoZPy-000CxS-Rt for ; Wed, 04 Feb 2004 19:39:02 -0700 Message-ID: <4021AC55.3060502@joe-lewis.com> Date: Wed, 04 Feb 2004 19:37:09 -0700 From: Joe Lewis User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: C program exporting symbols to dlopen() modules 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:39:05 -0000 I've not found anything about exporting symbols from the main program to a dlopen()'d module, and in fact, have found information that it can't be done. How can I "export" functions to a dlopen()'d file? Joe