Hi, I am trying to run make in libol-0.2.6 and get the following:
Making all in utils Making all in src /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I/syslogng/libol/libol-0.2.6/src -I. -Wall -O2 -c format.c rm -f .libs/format.lo cc -DHAVE_CONFIG_H -I. -I/syslogng/libol/libol-0.2.6/src -I. -Wall -O2 -c -KPIC -DPIC format.c -o format.o cc: illegal option -Wall *** Error code 1 make: Fatal error: Command failed for target `format.lo' Current working directory /syslogng/libol/libol-0.2.6/src *** Error code 1 make: Fatal error: Command failed for target `all-recursive'
your C compiler doesn't support the -Wall switch. You could remove it from the Makefiles.
I am using SC4.2 on Solaris 2.6. I've removed the -Wall option and now I get a bunch of errors in io.c. Have you seen these problems? What do you recommend I do? Thank you, -- Christi Lipscomb * acl4p@virginia.edu * (804) 924-7163