Re: [clamav-users] Compile error clamav-20030403

2003-04-11 Thread ODHIAMBO Washington
* Tomasz Kojm <[EMAIL PROTECTED]> [20030410 16:43]: wrote: > > I get the error below during `make`. > > > > Platform: FreeBSD 4.8-STABLE > > > > /usr/lib/libz.so: undefined reference to `__error' > > /usr/lib/libz.so: undefined reference to `funopen' > > collect2: ld returned 1 exit status > > **

Re: [clamav-users] Compile error clamav-20030403

2003-04-11 Thread Nigel Horne
ODHIAMBO Washington said: > I get the error below during `make`. > > Platform: FreeBSD 4.8-STABLE This bit looks rather ominous. Are you not using the native BSD compiler? > /usr/compat/linux/bin/sh ../depcomp gcc -Nigel -- Nigel Horne. Arranger, Composer, Typesetter. NJH Music, Barnsley, UK.

Re: [clamav-users] Compile error clamav-20030403

2003-04-11 Thread ODHIAMBO Washington
* Nigel Horne <[EMAIL PROTECTED]> [20030411 16:49]: wrote: > ODHIAMBO Washington said: > > I get the error below during `make`. > > > > Platform: FreeBSD 4.8-STABLE > > This bit looks rather ominous. Are you not using the native BSD compiler? > > > /usr/

Re: [clamav-users] Compile error clamav-20030403

2003-04-11 Thread Nigel Horne
ODHIAMBO Washington said: > I am. Just doing tar xzvf && make You need to run ./configure first. > -Wash -Nigel -- Nigel Horne. Arranger, Composer, Typesetter. NJH Music, Barnsley, UK. ICQ#20252325 [EMAIL PROTECTED] http://www.bandsman.co.uk ---

Re: [clamav-users] Compile error clamav-20030403

2003-04-11 Thread ODHIAMBO Washington
* Nigel Horne <[EMAIL PROTECTED]> [20030411 18:04]: wrote: > ODHIAMBO Washington said: > > > I am. Just doing tar xzvf && make > > You need to run ./configure first. Okay, the hand was 'thinking' faster than the brain here. I always do tar zxvf &