On Tue, 17 Feb 2004, Ed Phillips wrote: ; Configure libgmp to build in 32-bit mode... it automatically builds in ; 64-bit mode by default on Solaris (unfortunately). ClamAV builds in ; 32-bit mode... they have to match.
Both gmp & Clam build in 64-bit mode here by default and work fine (which is great, a lot of software still isn't 64-bit clean - even apache).. I suppose it depends on your compiler's default operation mode. I try and use 64-bit binaries wherever possible for a number of reasons: - The stack is non-executable by default; - They can handle more than 1024 open files at once using stdio and select(); - I can feed back any problems to the open source community. Reading specs from /opt/GNUgcc/lib/gcc-lib/sparcv9-sun-solaris2.9/3.3.2/specs Configured with: /spool/src/build/gcc-3.3.2/configure --prefix=/opt/GNUgcc --enable-languages=c,c++ --disable-nls sparcv9-sun-solaris2.9 Thread model: posix gcc version 3.3.2 A. ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
