On Thu, 5 Dec 2002, Ray Hunter wrote: > make: *** No rule to make target `sapi/servlet/java.c', needed by > `sapi/servlet/java.lo'. Stop.
It looks like the sapi/servlet/Makefile.frag is not being added to your Makefile. Can you verify that there is no line in your main Makefile that starts with "sapi/servlet/java.c : "? Perhaps you could try changing the line (from sapi/servlet/config.m4) PHP_ADD_MAKEFILE_FRAGMENT(sapi/servlet/Makefile.frag) to just PHP_ADD_MAKEFILE_FRAGMENT In case $ext_srcdir is something other than 'sapi/servlet' for some reason. -Tony -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php