Code Comments
Programming Forum and web based access to our favorite programming groups.Hello I'm in need of a xml parser that is able to compile staticly under both Win32 and Linux. For now I was using expat but it seems to compile into a .so file under linux. This is not very good when I want to redistribute my software. I know expat uses autoconf, and libtool. Maybe theres some switch to force it to compile staticly but I'm not very sharp into autoconf. Their own mailinglist wasn't very helpful though as noone responded to this question. Maybe one of you would know or can recommend another xml parser which is extremely simple and easy to use under many platforms. Thanks in advance. -- John
Post Follow-up to this message"John Smith" <john.smith@x-formation.com> writes: > Hello > > I'm in need of a xml parser that is able to compile staticly under both > Win32 and Linux. For now I was using expat but it seems to compile into a > .so file under linux. This is not very good when I want to redistribute my > software. > I know expat uses autoconf, and libtool. Maybe theres some switch to force > it to compile staticly but I'm not very sharp into autoconf. Their own > mailinglist wasn't very helpful though as noone responded to this question . > Maybe one of you would know or can recommend another xml parser which is > extremely simple and easy to use under many platforms. Try ./configure --enable-static -- Måns Rullgård mru@mru.ath.cx
Post Follow-up to this messageJohn Smith wrote: > Hello > > I'm in need of a xml parser that is able to compile staticly under both > Win32 and Linux. For now I was using expat but it seems to compile into a > .so file under linux. This is not very good when I want to redistribute my > software. You should be able to get a static library. try ./configure --enable-static --disable-shared -- Nils O. Selåsdal www.utelsystems.com
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.