Re: Cygwin PostgreSQL CVS build issues

From: "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Jason Tishler" <jason(at)tishler(dot)net>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Cygwin PostgreSQL CVS build issues
Date: 2003-04-30 10:35:35
Message-ID: 46C15C39FEB2C44BA555E356FBCD6FA4961F8F@m0114.s-mxs.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2003-04-30 11:58:45 Re: current breakage with PGCLIENTENCODING
Previous Message Dave Page 2003-04-30 08:11:15 Re: [HACKERS] pg_namespace -> pg_schema?