> When installing libxml2 which I got from xmlsoft.org > I got this problem on make command > > *** Error code 1 > make: Fatal error: Command failed for target > `xpath.lo' > Current working directory > /export/eder/libxml2-2.6.18 > *** Error code 1 > The following command caused the error: > set fnord $MAKEFLAGS; amf=$2; \ > dot_seen=no; \ > target=`echo install-recursive | sed s/-recursive//`; > \ > list='include . doc example xstc'; 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; \ > one; \ > if test "$dot_seen" = "no"; then \ > make "$target-am" || exit 1; \ > ; test -z "$fail" > make: Fatal error: Command failed for target > `install-recursive' > > does anyone have any idea ?
I've compiled > set fnord $MAKEFLAGS; amf=$2; \ > dot_seen=no; \ > target=`echo install-recursive | sed s/-recursive//`; > \ > list='include . doc example xstc'; 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; \ > one; \ > if test "$dot_seen" = "no"; then \ > make "$target-am" || exit 1; \ > ; test -z "$fail" > make: Fatal error: Command failed for target > `install-recursive' > > does anyone have any idea ? I've compiled > set fnord $MAKEFLAGS; amf=$2; \ > dot_seen=no; \ > target=`echo install-recursive | sed s/-recursive//`; > \ > list='include . doc example xstc'; 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; \ > one; \ > if test "$dot_seen" = "no"; then \ > make "$target-am" || exit 1; \ > ; test -z "$fail" > make: Fatal error: Command failed for target > `install-recursive' > > does anyone have any idea ? I've compiled libxml2-2.6.20 from the same site with no problems. Was there a problem with the older version? ---Bob This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
