Hello,<br><br>I am trying to compile syslog-ng 3.2.2 for Solaris 10 Sparc and getting the following errors when I run a make:<br><br>./configure --enable-tcp-wrapper<br><br>syslog-ng Open Source Edition 3.2.2 configured<br>
 Compiler options:<br>  compiler                    : gcc -std=gnu99<br>  compiler options            : -g -O2 -Wall  -D_REENTRANT -D_PTHREADS -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -I/usr/local/include/eventlog      -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64<br>
  linker flags                :  -lpthread <br>  prefix                      : /usr/local<br>  linking mode                : dynamic<br> Features:<br>  Sun STREAMS support (module): yes<br>  Debug symbols               : no<br>
  GCC profiling               : no<br>  Memtrace                    : no<br>  IPV6 support                : yes<br>  spoof-source support        : no<br>  tcp-wrapper support         : yes<br>  SSL support (module)        : no<br>
  SQL support (module)        : no<br>  Linux capability support    : no<br>  PCRE support                : no<br>  Env wrapper support         : no<br>  PACCT module (EXPERIMENTAL) : no<br><br>root:~/syslog/syslog-ng-3.2.2#<b> make</b><br>
make  all-recursive<br>Making all in lib<br>make: Fatal error in reader: Makefile, line 637: Unexpected end of line seen<br>Current working directory /root/syslog/syslog-ng-3.2.2/lib<br>*** Error code 1<br>The following command caused the error:<br>
fail= failcom=&#39;exit 1&#39;; \<br>for f in x $MAKEFLAGS; do \<br>  case $f in \<br>    *=* | --[!k]*);; \<br>    *k*) failcom=&#39;fail=yes&#39;;; \<br>  esac; \<br>done; \<br>dot_seen=no; \<br>target=`echo all-recursive | sed s/-recursive//`; \<br>
list=&#39;lib modules syslog-ng scripts tests doc contrib scl debian tgz2build&#39;; for subdir in $list; do \<br>  echo &quot;Making $target in $subdir&quot;; \<br>  if test &quot;$subdir&quot; = &quot;.&quot;; then \<br>
    dot_seen=yes; \<br>    local_target=&quot;$target-am&quot;; \<br>  else \<br>    local_target=&quot;$target&quot;; \<br>  fi; \<br>  (CDPATH=&quot;${ZSH_VERSION+.}:&quot; &amp;&amp; cd $subdir &amp;&amp; make  $local_target) \<br>
  || eval $failcom; \<br>done; \<br>if test &quot;$dot_seen&quot; = &quot;no&quot;; then \<br>  make  &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 /root/syslog/syslog-ng-3.2.2<br>*** Error code 1<br>make: Fatal error: Command failed for target `all&#39;<br><br>Thanks<br>