Re: postgresql 8.0 and tsearch2 install under cygwin

Поиск
Список
Период
Сортировка
От Reini Urban
Тема Re: postgresql 8.0 and tsearch2 install under cygwin
Дата
Msg-id 4162CA80.4040808@x-ray.at
обсуждение исходный текст
Ответ на postgresql 8.0 and tsearch2 install under cygwin  (Marek Lewczuk <newsy@lewczuk.com>)
Список 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 по дате отправления:

Предыдущее
От: Marek Lewczuk
Дата:
Сообщение: postgresql 8.0 and tsearch2 install under cygwin
Следующее
От: Marek Lewczuk
Дата:
Сообщение: initdb and postgresql 8