Re: Trouble compiling tsearch2

From: "David Wessell" <dave(at)wessell(dot)net>
To: "'Charley Tiggs'" <lists(at)tiggs(dot)net>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Trouble compiling tsearch2
Date: 2007-07-21 22:14:59
Message-ID: 001901c7cbe4$942fefa0$0301a8c0@hsa.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Addendum:

The makefile.global file is in the src directory, but the error message is
still given..

Thanks
David

-----Original Message-----
From: Charley Tiggs [mailto:lists(at)tiggs(dot)net]
Sent: Saturday, July 21, 2007 5:53 PM
To: David Wessell
Subject: Re: [NOVICE] Trouble compiling tsearch2

Download the source. Configure and make postgres as you normally do but do
not run "make install".

Move to the appropriate contrib directory. Now run "make" and "make
install".

Charley

David Wessell wrote:
> Hi,
>
> I have managed to install postgres (Yea me!).. But I need to install
> tsearch2.. I'm trying to complie it, but I get this error (using
> gmake)
>
> Makefile:31: ../../src/Makefile.global: No such file or directory
> Makefile:32: /contrib/contrib-global.mk: No such file or directory
> gmake: *** No rule to make target `/contrib/contrib-global.mk'. Stop.
>
>
> In the .src file, there is a Makefile.global.in file.. Should I remove
> the .in? Or do I need to modify the Makefile in the tsearch2 dir (I
> tried this, but it threw similar errors about another file)...
>
> Thanks
> David
>
>
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2007-07-21 22:19:55 Re: Trouble compiling tsearch2
Previous Message David Wessell 2007-07-21 22:13:20 Re: Trouble compiling tsearch2