Re: libpq needs -lsocket on UnixWare

From: KuroiNeko <evpopkov(at)carrier(dot)kiev(dot)ua>
To: pgsql-hackers(at)pgsql(dot)org
Subject: Re: libpq needs -lsocket on UnixWare
Date: 2000-10-24 03:07:29
Message-ID: 39F4FCF1.nail399214ZQP@ed.ed
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> (other SVR4's prolly need -lsocket -lnsl)

Something like

AC_CHECK_LIB(socket,socket)

or something like that? In fact, it complains about inet_aton and
gethostbyname.

--

contaminated fish and microchips
huge supertankers on Arabian trips
oily propaganda from the leaders' lips
all about the future
there's people over here, people over there
everybody's looking for a little more air
crossing all the borders just to take their share
planning for the future

Rainbow, Difficult to Cure

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2000-10-24 03:33:53 Re: Mailing list archives available?
Previous Message Larry Rosenman 2000-10-24 02:59:46 libpq needs -lsocket on UnixWare