Re: Windows on SuSE? 7.4

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: elein <elein(at)norcov(dot)com>, pgsql-hackers(at)postgresql(dot)org, elein <elein(at)varlena(dot)com>
Subject: Re: Windows on SuSE? 7.4
Date: 2003-08-11 21:45:55
Message-ID: 200308112145.h7BLjtu03603@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance


Yes, this is the right fix. I never suspected wsock32 would exist on a
non-MS WIn machine.

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

Tom Lane wrote:
> elein <elein(at)norcov(dot)com> writes:
> > It sounds like Joe's guess on this was right.
>
> I've committed this fix in configure.in:
>
> ***************
> *** 631,637 ****
> AC_CHECK_LIB(gen, main)
> AC_CHECK_LIB(PW, main)
> AC_CHECK_LIB(resolv, main)
> - AC_CHECK_LIB(wsock32, main)
> AC_SEARCH_LIBS(getopt_long, [getopt gnugetopt])
> # QNX:
> AC_CHECK_LIB(unix, main)
> --- 636,641 ----
> ***************
> *** 645,650 ****
> --- 649,659 ----
> AC_SEARCH_LIBS(fdatasync, [rt posix4])
> # Cygwin:
> AC_CHECK_LIB(cygipc, shmget)
> + # WIN32:
> + if test "$PORTNAME" = "win32"
> + then
> + AC_CHECK_LIB(wsock32, main)
> + fi
>
> if test "$with_readline" = yes; then
> PGAC_CHECK_READLINE
>
>
> regards, tom lane
>

--
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 by date

  From Date Subject
Next Message Bruce Momjian 2003-08-11 21:48:48 Re: Farewell
Previous Message Shachar Shemesh 2003-08-11 21:39:09 Re: sql99 compat list

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2003-08-11 22:03:46 Re: Odd problem with performance in duplicate database
Previous Message Josh Berkus 2003-08-11 21:15:07 Odd problem with performance in duplicate database