Re: compiling problem: tab-complete.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: BRINER Cedric <work(at)infomaniak(dot)ch>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: compiling problem: tab-complete.c
Date: 2002-06-19 14:00:28
Message-ID: 4065.1024495228@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

BRINER Cedric <work(at)infomaniak(dot)ch> writes:
> tab-complete.c: In function `psql_completion':
> tab-complete.c:306: warning: implicit declaration of function
> `rl_completion_matches'
> tab-complete.c:306: `rl_compentry_func_t' undeclared (first use in this
> function)
>>
>> What version of libreadline do you have installed?

> After fighting to know which version, I finally get the version 4.2
> os:SOLARIS 8

My guess is that you have a 4.2 readline library (.a or .so file),
but the readline.h include file that configure is finding is for a
much older version of libreadline. You need to make sure that the
library and include files match...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lee Kindness 2002-06-19 14:03:52 database size
Previous Message David Siebert 2002-06-19 13:59:49 Re: PostgreSQL.org : A new website design offer