[syslog-ng] Compiling libol on Solaris 10 SPARC
Dave Knoch
dknoch at sircon.com
Tue Nov 22 18:14:43 CET 2005
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.balabit.hu/pipermail/syslog-ng/attachments/20051122/64bccb4f/attachment.htm
More information about the syslog-ng
mailing list