On Sat, Jul 20, 2002 at 12:51:42PM +0100, Deepu George wrote:
Hi All,
I am trying to install syslog-ng in AIX 4.3.3. The compiler I am using is C++ for AIX 5. I am getting the following error when running make while installing libol. Attached is the error
Target "all" is up to date. Making all in src cd .. && CONFIG_FILES= CONFIG_HEADERS=src/olconfig.h /bin/sh ./config.status creating src/olconfig.h src/olconfig.h is unchanged /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I/data8/security/libol-0.2.23/src -I. -D_GNU_SOURCE -Wall -O2 -c format.c cc -DHAVE_CONFIG_H -I. -I/data8/security/libol-0.2.23/src -I. -D_GNU_SOURCE -Wall -O2 -c -DPIC format.c -o format.lo cc: 1501-210 command option Wall contains an incorrect subargument
syslog-ng has only been tested to compile using gcc the problem here is that your compiler doesn't understand -Wall, this very problem can be solved by removing -Wall from the generated Makefile -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1