[Expat-discuss] RE: Parser query

Greg Stein gstein@lyra.org
Mon, 20 Aug 2001 13:40:55 -0700


On Mon, Aug 20, 2001 at 04:22:56PM -0400, Fred L. Drake, Jr. wrote:
> 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.

You could also link the Expat library into your application using static
linking.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/