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