I'm having problems with the make when installing syslog-ng 2.0.6 on Solaris 10 x86 The error is the following *** Error code 1 make: Fatal error: Command failed for target `syslog-ng' Current working directory /tmp/syslog- ng-2.0.6/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='src tests doc contrib solbuild tgzbuild'; 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' Current working directory /tmp/syslog-ng-2.0.6 *** Error code 1 make: Fatal error: Command failed for target `all' I'm using the following for the config script ./configure --enable-spoof-source --enable-dynamic-linking CC=gcc LDFLAGS=-L/usr/local/lib I need the -enable-spoof-source to pass to another syslog device upstream. Thanks in advance for the help