[Expat-discuss] RE: Parser query
Fred L. Drake, Jr.
fdrake@acm.org
Mon, 20 Aug 2001 16:22:56 -0400 (EDT)
Joe Wiemann wrote:
> Is there anyway I can pull expat out of the library implementation and
> compile it statically into my C code...
>
> I am sure there is a way to do this but I can't figure it out... I am
> working in an embedded environment so a dll is not a viable option using
> the os that we are using... I need to be able to compile this statically
> into my binary file.
You should be able to use the C files in the lib/ directory; there
really aren't any special compilation issues. You should be able to
determine what pre-processor flags are appropriate for your platform.
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
PythonLabs at Zope Corporation