[syslog-ng]installing syslog-ng

Majumdar, Anamitra syslog-ng@lists.balabit.hu
Fri, 29 Oct 2004 16:06:31 -0700


Hello,

I am trying to install syslog-ng on a Solaris 8 box. I am able to =
configure Libol and syslog-ng.
When I am trying to run make I am receiving the following error for =
syslog-ng

$ make
Making all in src
make  all-recursive
Making all in .
source=3D'main.c' object=3D'main.o' libtool=3Dno \
depfile=3D'.deps/main.Po' tmpdepfile=3D'.deps/main.TPo' \
depmode=3Dnone /bin/bash /export/home/amajumda/syslog-ng-1.6.5/depcomp \
cc -DHAVE_CONFIG_H -I. -I/export/home/amajumda/syslog-ng-1.6.5/src -I.   =
   -g -Wall -I/export/home/amajumda/libol-0.3.14/src -D_GNU_SOURCE -c =
`test -f 'main.c' || echo =
'/export/home/amajumda/syslog-ng-1.6.5/src/'`main.c
cc: illegal option -Wall
*** Error code 1
make: Fatal error: Command failed for target `main.o'
Current working directory /export/home/amajumda/syslog-ng-1.6.5/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/amajumda/syslog-ng-1.6.5/src
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /export/home/amajumda/syslog-ng-1.6.5/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

I am receiving a similar error while trying to install libol-0.3.14

$ make
Making all in utils
Making all in src
make  all-am
source=3D'format.c' object=3D'format.lo' libtool=3Dyes \
depfile=3D'.deps/format.Plo' tmpdepfile=3D'.deps/format.TPlo' \
depmode=3Dnone /bin/bash /export/home/amajumda/libol-0.3.14/depcomp \
/bin/bash ../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. =
-I/export/home/amajumda/libol-0.3.14/src -I.    -D_GNU_SOURCE =
-D_XOPEN_SOURCE_EXTENDED  -g -Wall -O2 -c -o format.lo `test -f =
'format.c' || echo '/export/home/amajumda/libol-0.3.14/src/'`format.c
 cc -DHAVE_CONFIG_H -I. -I/export/home/amajumda/libol-0.3.14/src -I. =
-D_GNU_SOURCE -D_XOPEN_SOURCE_EXTENDED -g -Wall -O2 -c format.c  -KPIC =
-DPIC -o .libs/format.o
cc: illegal option -Wall
*** Error code 1
make: Fatal error: Command failed for target `format.lo'
Current working directory /export/home/amajumda/libol-0.3.14/src
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /export/home/amajumda/libol-0.3.14/src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

Can you help with a solution of overcoming this problem.

Thanks
Anamitra
X4696