From: Noam P. <npo...@us...> - 2010-11-24 04:16:35
|
"Weddington, Eric" <Eri...@at...> writes: >> -----Original Message----- >> From: Noam Postavsky [mailto:npo...@us...] [...] >> Although given that distro (eg Debian's, probably others') packages >> link with shared libraries, >> perhaps insisting on static linking isn't worthwhile. >> > > > Note that static linking is preferred when building for Windows > (host=mingw). It makes it easier to redistribute. Well yes, what I meant was it's not worth the trouble of putting code in configure to compute /path/to/libxml.a, when -lxml would work fine. When building the Windows release I didn't build the shared libraries so using -lxml there would link with libxml.a anyways. Noam |