Re: PL/Perl on HPUX

From: David Nicely <david(at)zhaps(dot)com>
To: Petre Scheie <petre(dot)scheie(at)nextelpartners(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: PL/Perl on HPUX
Date: 2003-02-06 03:14:07
Message-ID: 3E41D2FF.3050900@zhaps.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Petre Scheie wrote:

> Thanks, David, for the link to gcc-64. I got the 64-bit gcc from
> sunsite but, after bunzipping it, I untar it, and after a couple
> hundred files are untarred, I get a 'directory checksum error'. Does
> this mean my tar file is corrupted? Or something else?

I really don't know much about hp-ux, I'm much more familiar with
solaris and a few other unix's.
I can give you few suggestions though, based on what I would do in this
situtation.
It does sound like the tar file is corrupted. make sure , if youre using
ftp to download it, use binary mode and possibly passive ftp.
Try downloading the gcc package from hp (they have a few different
versions and install instructions)
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html

Actually I think from hp's site you get the package in .depot format,
which means you may not have to untar anything...

Hope this helps. good luck.

>
> David Nicely wrote:
>
>> Oliver Elphick wrote:
>>
>>> On Tue, 2003-02-04 at 19:48, Petre Scheie wrote:
>>>
>>>
>>>> Sorry, forgot that little detail: I have libperl.a. I got the perl
>>>> source, but in order to build in support for files >2GB, one must
>>>> use HP's ansi c compiler, which I don't have on this box. It can
>>>> be done with gcc, but gcc has to have been built using HP's ansi c
>>>> compiler not the built-in k&r compiler, so either way I need the
>>>> ansi c compiler. Sigh.
>>>>
>>>
>>>
>>> Back in the days (6 years back) when I used HP-UX, you could download a
>>> binary of gcc from the Liverpool University archive.
>>>
>>>
>>
>> ftp://sunsite.informatik.rwth-aachen.de/pub/packages/gcc_hpux/
>>
>> google++
>>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Oliver Elphick 2003-02-06 07:22:42 Re: SQL Intersect like problem
Previous Message Andrew McMillan 2003-02-06 00:55:03 Re: How can I speed up with query?