Re: [Clamav-users] Error compling 0.96.1 on OS X Tiger 10.4.11

2010-05-21 Thread James Brown
On 21/05/2010, at 5:45 PM, Török Edwin wrote: > On 05/21/2010 10:37 AM, James Brown wrote: >> CCLD libclamav.la >> ld: Undefined symbols: >> __Unwind_Resume > > This is bug #1995 (I'll add an entry to the wiki). Try --disable-llvm. > > However I did add a configure check to try and link a C+

Re: [Clamav-users] Error compling 0.96.1 on OS X Tiger 10.4.11

2010-05-21 Thread Török Edwin
On 05/21/2010 10:37 AM, James Brown wrote: > CCLD libclamav.la > ld: Undefined symbols: > __Unwind_Resume This is bug #1995 (I'll add an entry to the wiki). Try --disable-llvm. However I did add a configure check to try and link a C++ program, and that check passed (since it started building

Re: [Clamav-users] Error compling 0.96.1 on OS X Tiger 10.4.11

2010-05-21 Thread James Brown
On 21/05/2010, at 5:10 PM, Török Edwin wrote: > On 05/21/2010 07:10 AM, James Brown wrote: >> >> To get 0.96 to compile I had to use: >> >> ./configure --build=i686-apple-darwin8.11.1 --enable-llvm >> >> If I do this now configure fails with: >> >> checking for inline... inline >> checking whe

Re: [Clamav-users] Error compling 0.96.1 on OS X Tiger 10.4.11

2010-05-21 Thread Török Edwin
On 05/21/2010 07:10 AM, James Brown wrote: > I had issues upgrading to 0.96 on my Intel OS X 10.4.11 (Tiger) machine, and > now I'm having problems upgrading to 0.96.1. > > If I run: > > ./configure CFLAGS="-O0" > > it configures OK but 'make' ends in: > > CC libclamav_internal_utils_la-

Re: [Clamav-users] Error compling 0.96.1 on OS X Tiger 10.4.11

2010-05-20 Thread Steve Holdoway
On Fri, 2010-05-21 at 14:10 +1000, James Brown wrote: > checking for gcc bug PR28045... configure: error: your compiler has gcc > PR28045 bug, use a different compiler, see > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28045 > gcc 4.0.1 is a very old compiler ( 4+ years? ). I'd follow their sug