Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: libedit broke in head



Stefan Kaltenbrunner wrote:
> Tom Lane wrote:
> > "Joshua D. Drake" <jd(at)commandprompt(dot)com> writes:
> >> It seems I am unable to compile libedit support in -HEAD
> > 
> > On what platform, and with what version of libedit?  I built HEAD just
> > yesterday on a vanilla Darwin/Intel 10.4.7 machine with Apple's libedit.
> 
> we have (a bit of) buildfarm coverage of that too - at least emu is
> building with --with-libedit-preferred for a while now.
> 
> > 
> >> Configured with:
> >>  ./configure --with-libedit-preferred --without-readline
> > 
> > Not sure that combination of switches is sensible.  Try it with
> > just the first, or even without either if you don't have readline
> > present.
> 
> I agree - using both flags together looks just wrong ...

I think the switches are confusing ... when you are using libedit, you
certainly don't want readline as well, so it seems natural to disable
it.  I understand that what --without-readline really does is turn the
line-editing capability off in general rather than just readline, which
is confusing.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group