Re: Cygwin PostgreSQL CVS build issues - Mailing list pgsql-hackers

From Zeugswetter Andreas SB SD
Subject Re: Cygwin PostgreSQL CVS build issues
Date
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA4961F8F@m0114.s-mxs.net
Whole thread Raw
In response to Cygwin PostgreSQL CVS build issues  (Jason Tishler <jason@tishler.net>)
Responses Re: Cygwin PostgreSQL CVS build issues  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: current breakage with PGCLIENTENCODING
Next
From: Tatsuo Ishii
Date:
Subject: Re: current breakage with PGCLIENTENCODING