Re: Cygwin PostgreSQL CVS build issues

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: Cygwin PostgreSQL CVS build issues
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA4961F8F@m0114.s-mxs.net
обсуждение исходный текст
Ответ на Cygwin PostgreSQL CVS build issues  (Jason Tishler <jason@tishler.net>)
Ответы Re: Cygwin PostgreSQL CVS build issues
Список pgsql-hackers
> > 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
> >
> > If not, what is the recommended approach?

I think AIX will need this too. Anyway I can't check it, since
the snapshots are not produced anymore (last is from 24.3.) (Marc ?) :-(
(I am behind a firewall here, no reliable socks proxy available)

Andreas



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: current breakage with PGCLIENTENCODING
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: current breakage with PGCLIENTENCODING