Re: Makefiles for building with mingw32 on win32 - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Makefiles for building with mingw32 on win32
Date
Msg-id 200109061247.f86ClMr03823@candle.pha.pa.us
Whole thread Raw
In response to Re: Makefiles for building with mingw32 on win32  (Gerhard Häring <haering_python@gmx.de>)
Responses Re: Makefiles for building with mingw32 on win32  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
OK, I found Peter E saying this:

> > >Can't you run configure on mingw32?
> > >
> > It doesn't work on my system. If  somebody gets this to work, why not
> > submit a patch to the documentation?
>
> What do you mean with "work"?  You don't have a shell, configure aborts
> with an error, ...?  It would be a whole lot prettier to make this work
> instead of having to maintain yet another non-standard makefile.

Can we actually get configure to work on Win32, and if we can, why do we
have other Win32 makefiles?  I don't understand why Peter E was saying
we should use configure either.

---------------------------------------------------------------------------


> On Wed, Sep 05, 2001 at 11:19:20PM -0400, Bruce Momjian wrote:
> >
> > We are waiting to see if you can get the existing Win32 makefiles to
>                            ^^^ erhm!!
> > work on both compilers, right?
>
> I assume you mean getting
> - setting-weird-environment-variables
> - calling ./configure with weird parameters
> - calling make with parameters
> - hack configure.in
> - execute autoconf
>
> to work, right?
>
> > > [me:]
> > > Makefiles for building the win32 parts with the native (mingw32) mode of gcc
>
> Ok. As I said, I need somebody who is knowledgable in autoconf and Cygwin whom
> I can bug, or better yet, who just steps forward and invests an hour or two to
> do this, document it and submit a patch.
>
> Volunteers/helpers are wery welcome, also in PM, of course.
>
> later,
>
> Gerhard
>
> PS: I'm trying to subscribe to pgsql-cygwin, but it looks as if Majordomo is in
> a bad mood again. Whom would I write to if I think it is broken?
> --
> mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
> web:    http://www.cs.fhm.edu/~ifw00065/    public key at homepage
> public key fingerprint: DEC1 1D02 5743 1159 CD20  A4B6 7B22 6575 86AB 43C0
> reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Gunnar Rønning
Date:
Subject: Re: JDBC patch procedures (Re: Patch for jdbc2 ResultSet.java)
Next
From: Bruce Momjian
Date:
Subject: Re: Patch for broken JDBC's getColumn()