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 From: Chris Faylor Date: Thu, 8 Jun 2000 17:53:22 -0400 To: cygwin AT sourceware DOT cygnus DOT com Subject: Re: trying to compile PostgreSQL 7.0 on cygwin 1.1.2 Message-ID: <20000608175322.B4796@cygnus.com> Reply-To: cygwin AT sourceware DOT cygnus DOT com Mail-Followup-To: cygwin AT sourceware DOT cygnus DOT com References: <3940141F DOT 80101 AT opensourcecrm DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2i In-Reply-To: <3940141F.80101@opensourcecrm.org>; from gak@opensourcecrm.org on Thu, Jun 08, 2000 at 02:46:07PM -0700 On Thu, Jun 08, 2000 at 02:46:07PM -0700, Gregory Krasnow wrote: >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) sys_nerr is defined in include/sys/errno.h, as it should be. >[gak AT TERAKNOR src]$ nm /lib/libcygwin.a | grep _sys_nerr >00000000 ? __imp___sys_nerr > >also netinet/tcp.h appears to be missing... Care to submit one? cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com