[Expat-discuss] Running expat without install library

Dan Rosen dr at netscape.com
Thu May 8 21:29:23 EDT 2003


You should be able to build expat as a static library rather than 
dynamic. When you build your executable, the necessary object code from 
the static lib will be included in the executable, and you won't have to 
install the lib.

This method is basically equivalent to compiling the expat source 
directly into your executable, but I think it'll be easier (in terms of 
modifying the makefiles or whatever).

Cheers,
dr

Lindani Phiri wrote:

> Has anyone tried running expat without installing the library on Vx Works or Solaris 7?
> (By this I mean compiling the source files directly into an executable)
> If so, any hints on setting up the makefile?
> 
> I might need to encoporate Expat on a box where I am not allowed to install the libraries.
> 
> Thanks,
> 
> L.
> 
> _______________________________________________
> Expat-discuss mailing list
> Expat-discuss at libexpat.org
> http://mail.libexpat.org/mailman/listinfo/expat-discuss





More information about the Expat-discuss mailing list