On 02/11/2010 11:44 PM, omonte wrote:
>> You missed a space there, between uniq.c and -DPIC (see your original log).
>> Please retry with a space between uniq.c and -DPIC.
>>     
>
> so I did, good catch!  I had to run the previous command from make's output
> in order to get these last 2 to run correctly but they did.  So now, how to
> fix make (look through the Makefile and find the error)?  I'll poke through
> it and post anything that I find.  Thanks for your help Torok, I apprecaite
> it!
>
> host:/tmp/clamTmp/clamav-0.95.3/libclamav# /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
> host:/tmp/clamTmp/clamav-0.95.3/libclamav# echo $?
> 0
> 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 -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# mv -f .deps/libclamav_la-uniq.Tpo
> .deps/libclamav_la-uniq.Plo
> host:/tmp/clamTmp/clamav-0.95.3/libclamav#
>   

Did you try applying that patch I mentioned in my first email?
Obviously make is not failing on these commands, but on some other
command it doesn't show!

There is this makefile rule:
version.h.tmp:
    @test -f version.h || touch version.h;\


Try removing the '@' from it, and rerun make, it should show what the
error is.

Best regards,
--Edwin
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to