nightly win32 builds

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема nightly win32 builds
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB34101AE2B@Herge.rcsinc.local
обсуждение исходный текст
Ответы Re: nightly win32 builds  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers-win32
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



В списке pgsql-hackers-win32 по дате отправления:

Предыдущее
От: "Gary Doades"
Дата:
Сообщение: Win32 port CPU times
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: nightly win32 builds