Обсуждение: Porting PostgreSQL 7.4.5 to HPUX 11.23i IA64 platform

Поиск
Список
Период
Сортировка

Porting PostgreSQL 7.4.5 to HPUX 11.23i IA64 platform

От
Sabih Nasir
Дата:
Hello,
 
I have been trying to compile PostgreSQL 7.4.5 on the HPUX 11.23 IA64 platform and I have been able to work through most of the minor issues that come up. It compiles successfully, however it misses building the libpq.so file which i need for the other program that will use Postgres as the backed database.
 
I keep getting the following if I try to build it:
 
#/postgresql-7.4.5/src/interfaces/libpq/gmake all
gmake: Nothing to be done for `all'.
Your help in this regard would be appreciated.
 
Sabih Nasir
Systems Engineer
IP Services
Cogeco Cable Inc.
 

Re: Porting PostgreSQL 7.4.5 to HPUX 11.23i IA64 platform

От
Bruce Momjian
Дата:
Sabih Nasir wrote:
> Hello,
>
> I have been trying to compile PostgreSQL 7.4.5 on the HPUX 11.23 IA64
> platform and I have been able to work through most of the minor issues that
> come up. It compiles successfully, however it misses building the libpq.so
> file which i need for the other program that will use Postgres as the backed
> database.
>
> I keep getting the following if I try to build it:
>
> #/postgresql-7.4.5/src/interfaces/libpq/gmake all
> gmake: Nothing to be done for `all'.

What does 'gmake clean' give you?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Re: Porting PostgreSQL 7.4.5 to HPUX 11.23i IA64 platform

От
Sabih Nasir
Дата:
Hi,

I was able to solve the problem. Version 7.4.2 is already ported over to
HPUX 11.23i and I was able to get it off the HP website at
http://software.hp.com

Thanks.
Sabih

-----Original Message-----
From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]
Sent: Wednesday, September 01, 2004 8:58 PM
To: Sabih Nasir
Cc: pgsql-ports@postgresql.org
Subject: Re: [PORTS] Porting PostgreSQL 7.4.5 to HPUX 11.23i IA64 platform

Sabih Nasir wrote:
> Hello,
>
> I have been trying to compile PostgreSQL 7.4.5 on the HPUX 11.23 IA64
> platform and I have been able to work through most of the minor issues
> that come up. It compiles successfully, however it misses building the
> libpq.so file which i need for the other program that will use
> Postgres as the backed database.
>
> I keep getting the following if I try to build it:
>
> #/postgresql-7.4.5/src/interfaces/libpq/gmake all
> gmake: Nothing to be done for `all'.

What does 'gmake clean' give you?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073