Re: pl-perl for 64 bits in Solaris 9

From: Felipe de Jesús Molina Bravo <fjmolinabravo(at)gmail(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: MOLINA BRAVO FELIPE DE JESUS <felipe(dot)molina(at)inegi(dot)org(dot)mx>, pgsql-general(at)postgresql(dot)org
Subject: Re: pl-perl for 64 bits in Solaris 9
Date: 2010-06-26 04:28:55
Message-ID: AANLkTillXwSNQp0jE6XL0ZLwHzI2aevNu_UCkqV2PDZn@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2010/6/25 John R Pierce <pierce(at)hogranch(dot)com>

> On 06/25/10 2:21 PM, MOLINA BRAVO FELIPE DE JESUS wrote:
>
>> Hi
>>
>> I don't have experience with solaris. I know it is a 64 bits:
>>
>> bash-2.05# isainfo -v
>> 64-bit sparcv9 applications
>> 32-bit sparc applications
>>
>>
>>
>> I tried to compile postgres (Version of postgres: 8.4.4 ) with plperl for
>> 64 bits. The options for the configure are:
>>
>> /configure --with-CC=/usr/local/bin/gcc --with-perl --with-libxml
>> --with-libxslt
>>
>>
>
> I would use the SunStudio c/c++ compiler for Sun Sparc, especially 64bit
> sparc. All the sun stuff is built with Sun Studio (/opt/SUNWspro/bin/cc
> etc).
>
> the perl thats built into solaris 9 is likely a little old, and may not be
> 64bit, I'm not sure. k, on my sol9 sparc legacy test system(a V240),
> /usr/bin/perl is 32bit. There is no /usr/bin/sparcv9/perl
>

original perl is 5.6. so i installed perl 5.8.9 for 64 bit ....and the error
is the same... maybe my error is with the compiler, it is "gcc" (3.4.6).
is it possible?

I try to downloaded SunStudio c/c++ compiler ... but it is not free... and
the administration don't have it

thaks

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2010-06-26 04:36:29 Re: pl-perl for 64 bits in Solaris 9
Previous Message Guy Rouillier 2010-06-26 04:12:17 Re: Need Some Recent Information on the Differences between Postgres and MySql