Re: [xml] [PATCH] DSO/Module Support



Joel Reed wrote:
The following patch implements a basic API for dynamically loading
shared objects (.so/.dll files).

Is there a specific reason why you are re-implementing the ltdl library provided with libtool? It already knows all these platform specific machinations, it can handle purely-static builds on platforms that require it (or when the user chooses it), etc.

Since libxml2 already uses libtool, it seems that using libltdl would be a simple addition.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]