Re: tsearch2 installation - Mailing list pgsql-general

From Tom Lane
Subject Re: tsearch2 installation
Date
Msg-id 5610.1069352524@sss.pgh.pa.us
Whole thread Raw
In response to tsearch2 installation  (konf@chalu.cz)
List pgsql-general
konf@chalu.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

pgsql-general by date:

Previous
From: Joe Conway
Date:
Subject: Re: SELECT Question
Next
From: Andrew Sullivan
Date:
Subject: Re: Point-in-time data recovery - v.7.4