I&#39;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&#39;<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=&#39;src tests doc contrib solbuild tgzbuild&#39;; for subdir in $list; do \
<br>&nbsp; echo &quot;Making $target in $subdir&quot;; \<br>&nbsp; if test &quot;$subdir&quot; = &quot;.&quot;; then \<br>&nbsp;&nbsp;&nbsp; dot_seen=yes; \<br>&nbsp;&nbsp;&nbsp; local_target=&quot;$target-am&quot;; \<br>&nbsp; else \<br>&nbsp;&nbsp;&nbsp; local_target=&quot;$target&quot;; \
<br>&nbsp; fi; \<br>&nbsp; (cd $subdir &amp;&amp; make&nbsp; $local_target) \<br>&nbsp;&nbsp; || case &quot;$amf&quot; in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \<br>done; \<br>if test &quot;$dot_seen&quot; = &quot;no&quot;; then \<br>&nbsp; make&nbsp; &quot;$target-am&quot; || exit 1; \
<br>fi; test -z &quot;$fail&quot;<br>make: Fatal error: Command failed for target `all-recursive&#39;<br>Current working directory /tmp/syslog-ng-2.0.6<br>*** Error code 1<br>make: Fatal error: Command failed for target `all&#39;
<br><br>I&#39;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>