Re: [clamav-users] configure error with clamav-0.98

2013-09-28 Thread Pierre Dehaen
Thanks for the configure patch, Lawrence, you solved the issue on sparc as well. And with the Types.h patch of Shawn, the make passed too. Pierre On 27 Sep 2013 at 15:54, Lawrence K. Chen, P.Eng. wrote: > - Original Message - > > Been struggling with configure complaining that it can't

Re: [clamav-users] configure error with clamav-0.98

2013-09-27 Thread Lawrence K. Chen, P.Eng.
- Original Message - > Been struggling with configure complaining that it can't find -lz > (and later not figuring out how to make a shared library correctly.) > > Turns out there's two spots in configure that use > "-Wl,-rpath=$ZLIB_HOME/lib", ignoring that configure had determined > th

[clamav-users] configure error with clamav-0.98

2013-09-20 Thread Lawrence K. Chen, P.Eng.
Been struggling with configure complaining that it can't find -lz (and later not figuring out how to make a shared library correctly.) Turns out there's two spots in configure that use "-Wl,-rpath=$ZLIB_HOME/lib", ignoring that configure had determined that ld is not gnu. In the previous versio