Re: nightly win32 builds

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Merlin Moncure <merlin(dot)moncure(at)rcsonline(dot)com>
Cc: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: nightly win32 builds
Date: 2004-05-20 19:38:14
Message-ID: 200405201938.i4KJcEr24208@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32


I would look in config.log to see why configure is failing.

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

Merlin Moncure wrote:
> I've been trying to add --with-openssl options to the nightly builds,
> but have not been able to get postgresql compiled with this option.
> MinGW compiles the openssl library with no problems...
>
> configure --with-openssl
> configure complains about missing crypto library
>
> ok, I manually added --with-libs=/usr/local/ssl/lib (even though this is
> the default location), now crypto is found, but configure still
> complains about missing ssl library, which is in the same folder. (this
> is all with openssl-0.9.7d, btw).
>
> I was curious, so I manually hacked configure to skip the ssl library
> check so I could see what happened during the build. Never made it to
> the link step, there were problems trying to compile the front end. I
> gave up at that point, thinking maybe I picked a openssl library that
> was too new.
>
> Has anybody had any luck compiling recent version of pg with openssl
> (either in mingw or otherwise?)
>
> As a side note, I bumped up gcc to 3.4 trying to resolve this. It
> didn't help, but did result in a 2/3 reduction in compile times, so I'm
> leaving it that way until somebody says otherwise :)
>
> Merlin
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Sergio Samayoa 2004-05-20 22:49:59 Unable to connect
Previous Message Merlin Moncure 2004-05-20 19:33:33 nightly win32 builds