Re: readline doubt with postgresql (on HP-UX)

From: Giles Lean <giles(at)nemeton(dot)com(dot)au>
To: kanchana <pkkanchana(at)gmx(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: readline doubt with postgresql (on HP-UX)
Date: 2003-02-12 22:35:25
Message-ID: 15275.1045089325@nemeton.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


kanchana writes:

> I'm trying to build postgresql on PA-RISC.=20
> By default it took readline libreary as "shared".

The HP-UX linker, like most linkers, will prefer a shared library to
a static one unless you are linking the whole program statically.

Easy workarounds are to either install the shared readline library,
or else build readline only as a static library, and link against
that.

You'd have to provide some details of what you are doing (HP-UX
version, compiler you're using, configure options) for anyone
to fully understand what you're doing.

Regards,

Giles

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2003-02-12 23:41:07 Re: Help with Segmentation Fault
Previous Message Christopher Browne 2003-02-12 22:11:56 Re: PostgreSQl and Informix