Attempting to compile libol 3.16 on Solaris 10, I receive the following error: *** Error code 1 make: Fatal error: Command failed for target `libol.la' Current working directory /tmp/libol-0.3.16/src *** Error code 1 make: Fatal error: Command failed for target `all' Current working directory /tmp/libol-0.3.16/src *** 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='utils src'; 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 suggestions? Dave
On Tue, 2005-11-22 at 12:14 -0500, Dave Knoch wrote:
Attempting to compile libol 3.16 on Solaris 10, I receive the following error:
*** Error code 1
make: Fatal error: Command failed for target `libol.la'
Current working directory /tmp/libol-0.3.16/src
You removed the most important part of the output, the error message. I can't help you without that information. BTW: syslog-ng 1.6.8 and later includes a bundled libol version, so you don't need to compile it separately. -- Bazsi
participants (2)
-
Balazs Scheidler
-
Dave Knoch