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.
___
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:
> ;
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 -
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
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='-
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