Re: postgresql 8.0 and tsearch2 install under cygwin - Mailing list pgsql-cygwin

From Reini Urban
Subject Re: postgresql 8.0 and tsearch2 install under cygwin
Date
Msg-id 4162CA80.4040808@x-ray.at
Whole thread Raw
In response to postgresql 8.0 and tsearch2 install under cygwin  (Marek Lewczuk <newsy@lewczuk.com>)
List pgsql-cygwin
Marek Lewczuk schrieb:
> I've just made successful installation of PostgreSQL 8.0 on Cygwin but I
> have some problems with installing tsearch2 contrib module. This is what
> make produce:
>
> dict_ispell.o(.text+0x1ec):dict_ispell.c: undefined reference to
> `_pg_strcasecmp

Yes,
Most contrib DLL's miss -lpgport.
You may want to add this to the Makefile:

SHLIB_LINK += -lpgport
or to BE_DLLLIBS in Makefile.cygwin

pgsql-cygwin by date:

Previous
From: Marek Lewczuk
Date:
Subject: postgresql 8.0 and tsearch2 install under cygwin
Next
From: Marek Lewczuk
Date:
Subject: initdb and postgresql 8