Re: readline missing on linux?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Randolph Jones <jonesrf1(at)qwest(dot)net>, pgsql-admin(at)postgresql(dot)org
Subject: Re: readline missing on linux?
Date: 2003-08-08 17:28:18
Message-ID: 28362.1060363698@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Just a question --- if you link readline against -ltermcap when the
> library is created, you don't need to add -ltermcap when you link apps
> to readline, right? You somehow bind the dependency in to the shared
> library, right?

It could be done that way, but apparently is not on many platforms.
What configure is testing for is to see whether "-lreadline" links
successfully without a following "-ltermcap". It doesn't.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2003-08-08 17:32:33 Re: readline missing on linux?
Previous Message Bruce Momjian 2003-08-08 17:19:40 Re: readline missing on linux?