Re: [Clamav-users] ClamAV compile problem on Sol9 with Sun Studio 10

2005-08-10 Thread popelov
Thanks all for replies, I've just solved this problem by adding -xO4 option to CC compiler. This option does many optimizations such as "automatic inlining", etc. I think that GCC already have this optimization turned on dy default, but CC does not. ___

Re: [Clamav-users] ClamAV compile problem on Sol9 with Sun Studio 10

2005-08-10 Thread Dennis Peterson
Andy Fiddaman said: > On Wed, 10 Aug 2005, Dennis Peterson wrote: > > ; Dale Walsh said: > ; > > ; > On Aug 10, 2005, at 08:12 AM, Andrés Yacopino wrote: > ; > > ; >> I have solaris too and compiled with gcc, this works great. I > ; >> compiled it with this parameters: > ; >> > ; >> First i do: > ;

Re: [Clamav-users] ClamAV compile problem on Sol9 with Sun Studio 10

2005-08-10 Thread Andy Fiddaman
On Wed, 10 Aug 2005, Dennis Peterson wrote: ; Dale Walsh said: ; > ; > On Aug 10, 2005, at 08:12 AM, Andr?s Yacopino wrote: ; > ; >> I have solaris too and compiled with gcc, this works great. I ; >> compiled it with this parameters: ; >> ; >> First i do: ; >> ; >> in /usr/local/lib ; >> ; >> ln -

Re: [Clamav-users] ClamAV compile problem on Sol9 with Sun Studio 10

2005-08-10 Thread Dennis Peterson
Dale Walsh said: > > On Aug 10, 2005, at 08:12 AM, Andrés Yacopino wrote: > >> I have solaris too and compiled with gcc, this works great. I >> compiled it with this parameters: >> >> First i do: >> >> in /usr/local/lib >> >> ln -s /opt/sfw/gcc-3/lib/libgcc_s.so.1 libgcc_s.so.1 >> >> Then >> >> ./c

Re: [Clamav-users] ClamAV compile problem on Sol9 with Sun Studio 10

2005-08-10 Thread Dale Walsh
On Aug 10, 2005, at 08:12 AM, Andrés Yacopino wrote: I have solaris too and compiled with gcc, this works great. I compiled it with this parameters: First i do: in /usr/local/lib ln -s /opt/sfw/gcc-3/lib/libgcc_s.so.1 libgcc_s.so.1 Then ./configure --build=sparc-sun-solaris2.9 LDFLAGS='-

RE: [Clamav-users] ClamAV compile problem on Sol9 with Sun Studio 10

2005-08-10 Thread Andrés Yacopino
I have solaris too and compiled with gcc, this works great. I compiled it with this parameters: First i do: in /usr/local/lib ln -s /opt/sfw/gcc-3/lib/libgcc_s.so.1 libgcc_s.so.1 Then ./configure --build=sparc-sun-solaris2.9 LDFLAGS='-L/usr/local/lib' Greetings, Andres >From: <[EMAIL PROT