Re: [HACKERS] Selectively compile psql

From: Samik Raychaudhuri <samik(at)cae(dot)wisc(dot)edu>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [HACKERS] Selectively compile psql
Date: 2002-02-19 03:00:59
Message-ID: 3C71BFEB.3060000@cae.wisc.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hi,
Thanks for the reply. I had to change the way though. I followed:
./configure
gmake -C src/bin/psql
gmake install -C src/bin/psql

cd'ing to src/bin/psql was giving the following error:
make: Fatal error in reader: ../../../src/Makefile.global, line 24:
Illegal dependencies for target `.SILENT'

Thanks anyway for the clue.
Regards.
-Samik

Neil Conway wrote:

> On Mon, 2002-02-18 at 21:05, Samik Raychaudhuri wrote:
>
>>Hello,
>>This is a re-post, as it seems the mail didn't appear.
>>I want to recompile only psql with the readline library. When I
>>installed PG, GNU readline package was not there. Now db is running
>>fine, and I don't want to disturb it. I tried doing this but things
>>got messed up. Can anybody point me to the brief steps to do this.
>>Thanks in advance.
>>
>
> ./configure
> cd src/bin/psql
> make
> # as root ...
> make install
>
> Cheers,
>
> Neil
>
> P.S. This does not belong on -hackers.
>
>

--
__________________________________________________________
Samik Raychaudhuri
Email address: samik(at)cae(dot)wisc(dot)edu
Homepage: http://samikr.tripod.com/

Office Address:
------------------------------------
Dept. of Industrial Engineering
1513, University Avenue
Madison, WI 53706, USA
Phone: 1-608-265-4146
Fax: 1-608-262-8454

Residence Address:
--------------------------
401, Chamberlain Avenue, Apt # 7
Madison, WI 53705, USA
Phone: 1-608-232-0248

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2002-02-19 03:06:00 Re: Cannot restart the postmaster
Previous Message Neil Conway 2002-02-19 02:28:26 Re: [HACKERS] Selectively compile psql

Browse pgsql-hackers by date

  From Date Subject
Next Message David Blood 2002-02-19 03:32:59 unixODBC drivers
Previous Message Neil Conway 2002-02-19 02:28:26 Re: [HACKERS] Selectively compile psql