Re: [clamav-users] Building 0.54 on Solaris with Sun Forte 6 Update 2 compiler

2002-12-15 Thread Tomasz Kojm
On Fri, Dec 13, 2002 at 04:59:07PM -0500, Ed Phillips wrote: > + #else > add -= add % __alignof__ (md5_uint32); > + #endif Hi Ed, this is a GNU C ;) (the code comes from glibc). > Note the use of "-D_REENTRANT"... this is probably a good idea in general > for compiling a multi-threaded

[clamav-users] Building 0.54 on Solaris with Sun Forte 6 Update 2 compiler

2002-12-13 Thread Ed Phillips
ClamAV does not compile cleanly on Solaris with cc... I needed to patch the following files: *** ./libclamav/md5.c_orig Wed Nov 13 11:17:24 2002 --- ./libclamav/md5.c Wed Nov 13 11:22:42 2002 *** *** 220,226 --- 220,230 size_t add = 128 - left_over > len ? len