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='exit 1'; \<br>for f in x $MAKEFLAGS; do \<br> case $f in \<br> *=* | --[!k]*);; \<br> *k*) failcom='fail=yes';; \<br> esac; \<br>done; \<br>dot_seen=no; \<br>target=`echo all-recursive | sed s/-recursive//`; \<br>
list='lib modules syslog-ng scripts tests doc contrib scl debian tgz2build'; 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> (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \<br>
|| eval $failcom; \<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 /root/syslog/syslog-ng-3.2.2<br>*** Error code 1<br>make: Fatal error: Command failed for target `all'<br><br>Thanks<br>