Re: [xslt] Re: [xml] xsltproc segfaults under windows
- From: Igor Zlatkovic <igor zlatkovic com>
- To: The Gnome XSLT library mailing-list <xslt gnome org>
- Subject: Re: [xslt] Re: [xml] xsltproc segfaults under windows
- Date: Sun, 23 Jan 2005 15:05:42 +0100
Joel Reed wrote:
i've done some more research on this issue with a new windows box.
it only happens for me if i compile libxml2 and libxslt with
cruntime=/MT. if i using cruntime=/MD it does not happen.
Then it will be that some other library in the chain (zlib and/or iconv)
is compiled using /MD, even if you use /MT for libxml. All libraries
loaded by the same process must use the same runtime.
You'll have to produce /MT versions of zlib and iconv, or configure them
both out when you build a /MT libxml.
Ciao,
Igor
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]