Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <3940141F.80101@opensourcecrm.org> Date: Thu, 08 Jun 2000 14:46:07 -0700 From: Gregory Krasnow User-Agent: Mozilla/5.0 (Windows; N; WinNT4.0; en-US; m14) Netscape6/6.0b1 X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT sourceware DOT cygnus DOT com Subject: trying to compile PostgreSQL 7.0 on cygwin 1.1.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id RAA28074 I am having some problems trying to compile the latest version of PostgreSQL.  Essentially everything compiles fine, but there is a reference in backend/utils/elog.c to something called sys_nerr (extern int).  Cygwin b20.1 defined an _sys_nerr so there was not a problem.  However when I do an nm on libc.a for 1.1.1 or 1.1.2 _sys_nerr is not defined  (i did eventually find it in libmsvrct40.a) [gak AT TERAKNOR src]$ nm /lib/libcygwin.a | grep _sys_nerr 00000000 ? __imp___sys_nerr also netinet/tcp.h appears to be missing... - Greg -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com