Trog wrote:

On Mon, 2005-03-07 at 11:50 -0700, Morgan Smith wrote:


I haven't been able to get it resolved yet. Since my last postings, I've been swept away on other projects so I left it at v0.80 but this is good timing because I'm now able to come back to this project. My last attempts at compiling were as follows.

1. I did a make uninstall for v0.80 and removed the source (I still have the tar file)
2. I typed find / -name \*clam\* and deleted everything it found (except the tar file)
3. tar -zxf clamav-0.83.tar.gz
4. ./configure CFLAGS='-g -O2 -mlongcall -DPIC -fPIC'
5. make
6. make install



Just guesses for you I'm afraid:

1. Have you tried with just ./configure CFLAGS='-g -O2 -fPIC'
2. try with --disable-pthreads as well.

-trog


Thanks for the guesses. I have some time on my hands and so I tried the following combinations which all produce the same error (except for the hex number):

./configure CFLAGS='-g -O2 -fPIC'
./configure CFLAGS='-g -O2 -DPIC'
./configure CFLAGS='-g -O2 -DPIC -fPIC'
./configure CFLAGS='-g -O2 -mlongcall -fPIC'
./configure CFLAGS='-g -O2 -mlongcall -DPIC'
./configure CFLAGS='-g -O2 -mlongcall -DPIC -fPIC'
./configure --disable-pthreads CFLAGS='-g -O2 -fPIC'
./configure --disable-pthreads CFLAGS='-g -O2 -DPIC'
./configure --disable-pthreads CFLAGS='-g -O2 -DPIC -fPIC'
./configure --disable-pthreads CFLAGS='-g -O2 -mlongcall -fPIC'
./configure --disable-pthreads CFLAGS='-g -O2 -mlongcall -DPIC'
./configure --disable-pthreads CFLAGS='-g -O2 -mlongcall -DPIC -fPIC'



_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to