On 19-03-2010 11:47:37 -0400, Mark Bucciarelli wrote: > On Fri, Mar 19, 2010 at 11:38 AM, Martin Kersten <[email protected]> > wrote: > > > > Also portability over all platforms is point of concern, > > there is some old old out there, e.g. HP-UX. > > > > Ok, then I'll make the patch specific to OpenBSD > unless someone here has a preferred solution.
Well, you haven't shown us your patch, but in general dlopen is a very smart function, that does things like adding the right extension for the platform at hand, so in general one should try hard to benefit from it's -- sometimes really just black -- "magic". ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
