Hello all,

I did searchs on the net but still could not find a clear solution, 

os: solaris 10
java: 1.3.1.11
apache: 1.3.29

when trying to build jakarta-tomcat-connectors-1.2.15, got following
error messages during the make 

Making all in apache-1.3
make: Fatal error in reader: Makefile, line 23: Unexpected end of line
seen
Current working directory
/tmp/jakarta-tomcat-connectors-1.2.15-src/jk/native/apache-1.3
*** Error code 1
The following command caused the error:
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='common apache-1.3'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'

any body has a solution for this? if this is a known issue, please
direct me to a right thread/document. Thanks.

Regards!

Ran

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to