David S. wrote:
>
> From src/xalanc/Utils/XalanMsgLib:
>
> --- Makefile.in.orig Tue Mar 31 21:34:09 2009
> +++ Makefile.in Tue Mar 31 21:40:31 2009
> @@ -236,10 +236,8 @@
> ifeq ($(PLATFORM), OS390)
> mv *.x ${XSL_LIB_DIR}
> else
> - rm -f $(XSL_LIB_DIR)/$(LINK_NAME) && \
> - $(LN) -fs $(LIB) $(XSL_LIB_DIR)/$(LINK_NAME)
> - rm -f $(XSL_LIB_DIR)/$(SO_NAME) && \
> - $(LN) -fs $(LIB) $(XSL_LIB_DIR)/$(SO_NAME)
> + $(LN) -fs $(XSL_LIB_DIR)/$(LIB) $(XSL_LIB_DIR)/$(LINK_NAME)
> + $(LN) -fs $(XSL_LIB_DIR)/$(LIB) $(XSL_LIB_DIR)/$(SO_NAME)
> endif ## OS390
> endif ## OS390BATCH
>
>
Oops... this patch belongs in src/xalanc not src/xalanc/Utils/XalanMsgLib
--
View this message in context:
http://www.nabble.com/Compiling-xalan-C%2B%2B1.10---xerces-2.8.0-with-mingw-tp19946057p22800848.html
Sent from the Xalan - C - Users mailing list archive at Nabble.com.