On Sat, 29 Oct 2011 13:16:45 -0000 [email protected] wrote: > Author: fuankg > Date: Sat Oct 29 13:16:45 2011 > New Revision: 1194885 > > URL: http://svn.apache.org/viewvc?rev=1194885&view=rev > Log: > Added proxy_html and xml2enc to NetWare build.
Thanks! You're obviously the platform expert, but just one point: > +# These flags will be added to the link.opt file > +# > +XLFLAGS += \ > + -L$(LIBXML2SDK)/lib -llibxml2.lib \ > + $(EOLIST) In the *X version (and windows - though I haven't attempted Makefiles for that) I've deliberately not linked it in but recommend LoadFile instead. That avoids problems like that of linking multiple versions of a library, e.g through scripting modules like PHP. I know that's a minority opinion, but FWIW! -- Nick Kew
