Hi. I followed the build instructions for UNIX, used runConfig -p linux -c gcc -x g++, and set the two required environment variables. Everything compiles correctly, but when I do make Samples I get the following error. Same thing with make ApacheModuleXSLT. What can I do to fix this?
root@mecka:/usr/src/xml/xalan/xml-xalan/c/src# make Samples Preparing the directory structure for a build ... mkdir -p /usr/src/xml/xalan/xml-xalan//obj mkdir -p /usr/src/xml/xalan/xml-xalan//lib mkdir -p /usr/src/xml/xalan/xml-xalan//bin make: *** No rule to make target `/usr/src/xml/xalan/xml- xalan//obj/CompileStylesheet.o', needed by `/usr/src/xml/xalan/xml- xalan//bin/CompileStylesheet'. Stop. /Joakim
