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 sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Fri, 22 Sep 2000 13:06:00 -0400 From: Jason Tishler To: "Dr. Volker Zell" Cc: Cygwin , pgsql-ports AT postgresql DOT org Subject: Re: Problem Building Cygwin PostgreSQL Message-ID: <20000922130600.F18108@DP> References: <20000921115538 DOT C19528 AT DP> <20000921170211 DOT E18108 AT DP> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20000921170211.E18108@DP>; from Jason.Tishler@dothill.com on Thu, Sep 21, 2000 at 05:02:11PM -0400 Organization: Dot Hill Systems Corp. Volker, On Thu, Sep 21, 2000 at 05:02:11PM -0400, Jason Tishler wrote: > However, it does stackdump whenever I execute 'psql --help'. The above was caused by the following in src/bin/psql/help.c: void usage(void) { ... #ifndef WIN32 if (pw) free(pw); #endif } Changing the above #ifndef to: #if !defined(WIN32) && !defined(__CYGWIN__) fixed this niggling crash. Jason -- Jason Tishler Director, Software Engineering Phone: +1 (732) 264-8770 x235 Dot Hill Systems Corporation Fax: +1 (732) 264-8798 82 Bethany Road, Suite 7 Email: Jason DOT Tishler AT dothill DOT com Hazlet, NJ 07730 USA WWW: http://www.dothill.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com