Re: Cygwin PostgreSQL CVS build issues

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cygwin PostgreSQL CVS build issues
Дата
Msg-id 5002.1051644994@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Cygwin PostgreSQL CVS build issues  (Jason Tishler <jason@tishler.net>)
Ответы Re: Cygwin PostgreSQL CVS build issues
Список pgsql-hackers
Jason Tishler <jason@tishler.net> writes:
> Also, I would like to know whether or not the following is an acceptable
> way to get ecpg.dll linked against libpgtypes.a:

>     +++ interfaces/ecpg/ecpglib/Makefile    2003/04/29 17:40:25
>     @@ -22,6 +22,9 @@ OBJS= execute.o typename.o descriptor.o 
>         connect.o misc.o

>      SHLIB_LINK= $(libpq)
>     +ifeq ($(PORTNAME), cygwin)
>     +SHLIB_LINK+= -L../pgtypeslib -lpgtypes
>     +endif

Why would Cygwin need that if other platforms don't?  (Perhaps other
platforms do too?  I've never tried to actually run ecpg ...)
        regards, tom lane



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

Предыдущее
От: prashanth@jibenetworks.com
Дата:
Сообщение: Re: LISTEN/NOTIFY benchmarks?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Transform groups