Hi, I try to build Xalan from Xalan-C_1_10_0-src.tar on cygwin. (The Windows binary is not first choice for me because is does not understand UNIX paths)
I set XALANCROOT, ran ./runConfigure -p cygwin -c gcc -x g++ Looks fine. But if I start make I get: $ make make -C src/xalanc all make[1]: Entering directory `/usr/src/xml-xalan/c/src/xalanc' Preparing the directory structure for a build ... mkdir -p ../../obj mkdir -p ../../lib mkdir -p ../../bin make -C Utils prepare make[2]: Entering directory `/usr/src/xml-xalan/c/src/xalanc/Utils' Makefile:71: *** multiple target patterns. Stop. make[2]: Leaving directory `/usr/src/xml-xalan/c/src/xalanc/Utils' make[1]: *** [prepare] Error 2 make[1]: Leaving directory `/usr/src/xml-xalan/c/src/xalanc' make: *** [all] Error 2 Any help is appreciated. Thomas --