pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: libxslt needs -D_REENTRANT



On Mon, Jan 22, 2007 at 03:38:32AM -0500, Blair Sadewitz wrote:
> localtime_r is reported as implicitly defined in libexslt/date.c.  The
> libxslt headers do pull in the function declaration unless
> -D_REENTRANT is defined (I figure this was the least intrusive
> option).

That's not the correct fix. The correct is to use the appropriate option
for the C compile e.g "-pthread" or "-mt".

        Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/



Home | Main Index | Thread Index | Old Index