Re: tsearch2 installation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: konf(at)chalu(dot)cz
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: tsearch2 installation
Date: 2003-11-20 18:22:04
Message-ID: 5610.1069352524@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

konf(at)chalu(dot)cz writes:
> $ make
> make: Fatal error in reader: ../../src/Makefile.global, line 23: Illegal
> dependencies for target `.SILENT'

I think you need to use gmake (GNU make) not your vendor's make.

There is a hack in the top-level makefiles so that invoking plain make
will work at the top level, but if you make in a lower-level directory
like tsearch2, you must actually invoke gmake.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2003-11-20 18:24:32 Re: Point-in-time data recovery - v.7.4
Previous Message Joe Conway 2003-11-20 17:56:00 Re: SELECT Question