On 2010-02-11 21:58, omonte wrote: > Hello, I'm compiling clamav 0.95.3 on AIX 5.3. I'm running GCC version > 4.2.0. Configure runs successfully with: > > ./configure --prefix=/opt/clamav -disable-clamuko -with-user=clamav > --with-group=clamav --with-dbdir=/opt/clamav/db > > but Make fails with: >
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. > -I.. -I./nsis -I./lzma -I../libltdl -DWARN_DLOPEN_FAIL > -DSEARCH_LIBDIR=\"/opt/clamav/lib\" -g -O2 -MT libclamav_la-uniq.lo -MD -MP > -MF .deps/libclamav_la-uniq.Tpo -c -o libclamav_la-uniq.lo `test -f 'uniq.c' > || echo './'`uniq.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I./nsis -I./lzma > -I../libltdl -DWARN_DLOPEN_FAIL -DSEARCH_LIBDIR=\"/opt/clamav/lib\" -g -O2 > -MT libclamav_la-uniq.lo -MD -MP -MF .deps/libclamav_la-uniq.Tpo -c uniq.c > -DPIC -o .libs/libclamav_la-uniq.o > mv -f .deps/libclamav_la-uniq.Tpo .deps/libclamav_la-uniq.Plo > make: 1254-004 The error code from the last command is 127. > There is no indication here on what the error is, if this is a parallel make, you can try running a non-parallel build to see the actual error (or post a link to the entire build log). Still you can try the patch here, which helps on other OSes with build failures (needs GNU patch to apply): http://wiki.clamav.net/bin/view/Main/UpgradeNotes0953 Best regards, --Edwin _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml