Re: compilation on solaris2.8

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: BRINER Cedric <work(at)infomaniak(dot)ch>
Cc: postgres <pgsql-general(at)postgresql(dot)org>
Subject: Re: compilation on solaris2.8
Date: 2004-03-16 17:41:28
Message-ID: 25938.1079458888@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:
> I dunno to who reports this, but to compile the postgres7.4.2, I've
> added the following lines :
> --extern char *rl_filename_completion_function (const char *, int);
> which came from the readlines.h
> in :
> --./bin/psql/tab-complete.c
> to compile it on solaris2.8

tab-complete.c includes input.h which includes readline.h already.
You have not explained why that's broken on your setup, and I'm
disinclined to mess with it without a great deal more information ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jason Tishler 2004-03-16 17:45:02 Re: Postmaster won't run as service on Cygwin
Previous Message Andreas 2004-03-16 17:35:40 Re: Postmaster won't run as service on Cygwin