Re: [PATCHES] [pgsql-hackers-win32] Static build of libpq fails

2004-10-13 Thread Dave Page
> -Original Message- > From: Bruce Momjian [mailto:[EMAIL PROTECTED] > Sent: 13 October 2004 10:52 > To: Dave Page > Cc: [EMAIL PROTECTED]; PostgreSQL-patches; > PostgreSQL Cygwin mailing list > Subject: Re: [pgsql-hackers-win32] Static build of libpq fails > > > I was able to reprod

Re: [PATCHES] [pgsql-hackers-win32] Static build of libpq fails

2004-10-13 Thread Bruce Momjian
I was able to reproduce the failure, and the attached applied patch fixes the problem. Seems someone just disable the libpq.a make rule in Makefile.shlib, probably because it didn't used to work, but it does now. I am not sure about Cygwin but our build experience so far is that if it works on W

Re: [PATCHES] [pgsql-hackers-win32] Static build of libpq fails

2004-10-12 Thread Dave Page
> -Original Message- > From: Bruce Momjian [mailto:[EMAIL PROTECTED] > Sent: 12 October 2004 02:08 > To: Dave Page > Cc: [EMAIL PROTECTED]; PostgreSQL-patches > Subject: Re: [pgsql-hackers-win32] Static build of libpq fails > > Dave Page wrote: > > Hi, > > > > I tried building a stati

Re: [PATCHES] [pgsql-hackers-win32] Static build of libpq fails

2004-10-11 Thread Bruce Momjian
Dave Page wrote: > Hi, > > I tried building a static libpq with Mingw, which it seems doesn't work > any more: > > make[3]: *** No rule to make target `libpq.a', needed by > `all-static-lib'. Stop. > make[3]: Leaving directory `/cvs/pgsql/src/interfaces/libpq' > make[2]: *** [all] Error 2 > make