Index: contrib/xml2/Makefile =================================================================== RCS file: /projects/cvsroot/pgsql/contrib/xml2/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- contrib/xml2/Makefile 27 Feb 2006 12:54:39 -0000 1.7 +++ contrib/xml2/Makefile 10 Mar 2006 14:09:50 -0000 @@ -6,7 +6,8 @@ OBJS = xpath.o xslt_proc.o # Remove -lxslt from the following line if you don't have libxslt. -SHLIB_LINK = -lxml2 -lxslt +# -lxslt must be first on Windows. +SHLIB_LINK = -lxslt -lxml2 DATA_built = pgxml.sql DATA = uninstall_pgxml.sql