Thank you. When I build log4cxx using Visual Studio, it does not generate expat lib instead I see "xml" library getting generated. So is it possible that log4cxx may not depend on expat and may depend on xml.lib? Or do I need to use some flag to explicitly let log4cxx use expat?
Regards. -----Original Message----- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2008 11:50 PM To: Log4CXX User Subject: Re: apr-util-expat On Aug 13, 2008, at 9:19 AM, Mehta, Jenica wrote: > Hi, > > Any idea if expat project inside apr-util, has a separate project > called XML. > Apr-util depends on expat libs or xml lib? Or under some condition? > > Jenica Mehta Not quite sure what you are asking and seems like an APR question anyway. If you are building APR using configure and make, it will use a previously installed expat. If you are building using Visual Studio, apr-util has an embedded copy of expat that it will compile.