Re: Problem configuring Postgres under Cygwin

Поиск
Список
Период
Сортировка
От Norman Vine
Тема Re: Problem configuring Postgres under Cygwin
Дата
Msg-id 024401c28106$342545c0$0100a8c0@sfdev3
обсуждение исходный текст
Ответ на Problem configuring Postgres under Cygwin  (Kjell-Olav Bjerknes <kob@norkart.no>)
Ответы Re: Problem configuring Postgres under Cygwin  (Jason Tishler <jason@tishler.net>)
Список pgsql-cygwin
Jason Tishler writes:
>
> The above implies that Cygwin gcc 3.x is not automatically searching for
> libraries in /usr/local/lib.  BTW, I just tried under Linux gcc 3.x and
> it does not search /usr/local/lib either.
>
> You can try the following workaround:
>
>     $ ln -s /usr/local/lib/libcygipc.a /usr/lib
>
> while I try to figure out the best long-term solution.
>
> Any help is greatly appreciated.

With the latest Cygwin I have been configuring succesfully using

CC="gcc-2 -L/usr/local/lib" CXX="c++-2 -L/usr/local/lib"
./configure  --enable-multibyte --with-python --with-perl --with-CXX --prefix=/usr --sysconfdir=/etc
--docdir=/usr/doc/postgresql-- 
-no-create --no-recursion

I imagine the same will be required for gcc 3.2

Cheers

Norman


В списке pgsql-cygwin по дате отправления:

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: Problem configuring Postgres under Cygwin
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Cygwin: ip-daemon install service problem