delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <3B4CB903.9010807@ece.gatech.edu> |
Date: | Wed, 11 Jul 2001 16:37:23 -0400 |
From: | "Charles S. Wilson" <cwilson AT ece DOT gatech DOT edu> |
User-Agent: | Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.1) Gecko/20010607 Netscape6/6.1b1 |
X-Accept-Language: | en-us |
MIME-Version: | 1.0 |
To: | Jason Tishler <Jason DOT Tishler AT dothill DOT com> |
CC: | Steve Jorgensen <jorgens AT coho DOT net>, |
"cygwin AT cygwin. Com (E-mail)" <cygwin AT cygwin DOT com> | |
Subject: | Re: initdb failure - postgres hangs with 100% CPU |
References: | <20010711142636 DOT X320 AT dothill DOT com> |
Jason Tishler wrote: > pq.dll is the "shared" (i.e., DLL) library, libpq.a is the import > library to which client code link. Jason, I recommend that postgres build the import library with a ".dll.a" extention, rather than ".a". This requires no changes when linking client code; ld will interpret "-lpq" to mean "libpq.dll.a" FIRST, and then later look for "libpq.a" iff .dll.a is not found. What you're doing now is fine; it works now and will continue to work -- but convention sez ".a" = static lib, ".dll.a" = import lib. (yah, I know that the mswindows import libs in the cygwin and mingw packages use ".a" ....) --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |