From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: Order of checking for readline support libraries |
Date: | 2006-11-30 20:25:57 |
Message-ID: | 20061130202557.GC21407@svana.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Nov 30, 2006 at 11:33:11AM -0500, Tom Lane wrote:
> Currently, configure checks for the readline support packages in the
> order
> -ltermcap -lncurses -lcurses
> I would like to change this to
> -lncurses -ltermcap -lcurses
> The reason is that Fedora is deprecating termcap and planning to remove
> it (see attached). Comments? Anyone know of a platform this would
> produce bad results on?
On debian libtermcap.so is a symlink to libncurses.so, so it will
change the link line but other than that have no effect.
The real termcap was deprecated in debian sometime around the libc6
transition.
Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2006-11-30 20:45:22 | Re: Order of checking for readline support |
Previous Message | Marc Herbert | 2006-11-30 19:52:35 | small pg_dump RFE: new --no-prompt (password) option |