Subject: Re: gnucash issues
To: Jan Schaumann <jschauma@netbsd.org>
From: Nick Hudson <skrll@netbsd.org>
List: tech-pkg
Date: 02/08/2004 18:42:47
On Sunday 08 February 2004 18:29, Jan Schaumann wrote:
> "Martin J. Laubach" <mjl@emsi.priv.at> wrote:
> > >++#if !defined(__FreeBSD__) && !defined(__NetBSD__)
> >
> >   This probably should read ... __NetBSD__ < 0106nnnnnnnn
> > with the nnnn indicating when the RTLD_DEFAULT appeared?
>
> According to http://cvsweb.netbsd.org/bsdweb.cgi/src/include/dlfcn.h
> that would be 20030530, right?
>
> So we'd arrive at
>
> #if !defined(__FreeBSD__) && \
> 	!(defined(__NetBSD__) && __NetBSD__ < 010620030530))

hmm, I've been meaning to check if RTLD_DEFAULT does the right thing. Its 
doesn't actually sue the default symbol search rules...

Nick