On 2010-02-11 23:09, omonte wrote: >> Are you sure that file includes all the output, including stderr? >> > yes, that's the entire output > > >> Can you manually run these commands, and paste me the output? >> $ cd libclamav >> $ 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 > > host:/tmp/clamTmp/clamav-0.95.3/libclamav# gcc -DHAVE_CONFIG_H -I. -I.. -I.. > -I./nsis -I./lzma -I../libltdl-DWARN_DLOPEN_FAIL > -DSEARCH_LIBDIR=\"/opt/clamav/lib\" -g -O2 -MTlibclamav_la-uniq.lo -MD -MP > -MF .deps/libclamav_la-uniq.Tpo -c uniq.c-DPIC -o .libs/libclamav_la-uniq.o > gcc: uniq.c-DPIC: A file or directory in the path name does not exist. > gcc: no input files >
You missed a space there, between uniq.c and -DPIC (see your original log). Please retry with a space between uniq.c and -DPIC. > > >> $ mv -f .deps/libclamav_la-uniq.Tpo .deps/libclamav_la-uniq.Plo >> > > host:/tmp/clamTmp/clamav-0.95.3/libclamav# mv -f .deps/libclamav_la-uniq.Tpo > .deps/libclamav_la-uniq.Plo > mv: 0653-401 Cannot rename .deps/libclamav_la-uniq.Tpo to > .deps/libclamav_la-uniq.Plo: > A file or directory in the path name does not exist. > > > looks like some files are not there (uniq.c-DPIC, libclamav_la-uniq.Tpo). > Are these created by the configure script? > > host:/tmp/clamTmp/clamav-0.95.3/libclamav# find /tmp/clamTmp/clamav-0.95.3 > -print|grep -i uniq.c-DPIC > host:/tmp/clamTmp/clamav-0.95.3/libclamav# find /tmp/clamTmp/clamav-0.95.3 > -print|grep -i libclamav_la-uniq.Tpo > host:/tmp/clamTmp/clamav-0.95.3/libclamav# > > Thanks again. > _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml