I'm having problems with the make when installing syslog-ng 2.0.6 on Solaris 10 x86<br><br>The error is the following<br><br>*** Error code 1<br>make: Fatal error: Command failed for target `syslog-ng'<br>Current working directory /tmp/syslog-
ng-2.0.6/src<br>*** Error code 1<br>The following command caused the error:<br>set fnord $MAKEFLAGS; amf=$2; \<br>dot_seen=no; \<br>target=`echo all-recursive | sed s/-recursive//`; \<br>list='src tests doc contrib solbuild tgzbuild'; for subdir in $list; do \
<br> echo "Making $target in $subdir"; \<br> if test "$subdir" = "."; then \<br> dot_seen=yes; \<br> local_target="$target-am"; \<br> else \<br> local_target="$target"; \
<br> fi; \<br> (cd $subdir && make $local_target) \<br> || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \<br>done; \<br>if test "$dot_seen" = "no"; then \<br> make "$target-am" || exit 1; \
<br>fi; test -z "$fail"<br>make: Fatal error: Command failed for target `all-recursive'<br>Current working directory /tmp/syslog-ng-2.0.6<br>*** Error code 1<br>make: Fatal error: Command failed for target `all'
<br><br>I'm using the following for the config script<br><br>./configure --enable-spoof-source --enable-dynamic-linking CC=gcc LDFLAGS=-L/usr/local/lib<br><br>I need the -enable-spoof-source to pass to another syslog device upstream.
<br><br>Thanks in advance for the help<br>