X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Thu, 2 Aug 2001 07:41:12 -0500 From: JT Williams To: djgpp-workers AT delorie DOT com Cc: Eli Zaretskii , Tim Van Holder Subject: Re: gettext port Message-ID: <20010802074112.A5577@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com, Eli Zaretskii , Tim Van Holder References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from eliz@is.elta.co.il on Thu, Aug 02, 2001 at 09:54:49AM +0300 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk -: > That aside, could we consider getting some sort of extended dynamic -: > loading as part of DJGPP (some implementation of dlopen() perhaps -: > - DXE just isn't good enough for general use)? -: -: I'd suggest to explore DXE, I don't see any reason it won't be enough for -: this job. Why not adopt one of the advanced dxe implementations already in v2tk/, e.g., dxe2_011.zip: [o]-------------------------------------------[o] | Dynamic linker for DOS/DJGPP | | This library will allow you to create and | | use dynamic libraries under DJGPP, both in | | `truly' dynamic mode (using the well-known | | Unix-compatible dlopen() API) as well as in | | `static dynamic' mode (e.g. statically link | | against dynamic libraries which will loaded | | on demand. | [o]-------------------------------------------[o]