X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=w54IbRsNm1IOEAlrba3umV+CvyDtd yyqwtkkbs2AzSUa7onbzfdE4nN3NSwqiALNNXWLYOQggQD2GmxPYwJyT4QuCsakx k4NLMY7rzFafSrrtdLeiIWJx01Ef2i2R/thXPG5o/8rrvpRQT74MDbJwNnXayYSa MW6iQvFjIMxZMg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=p3Eq9coacu5oRWDPm0S8uKH+NIA=; b=RWI HIuARYm3Q5LFcWOrdZZJDHggJC1vF4ElM1hte3e9DBBeZuGaD5fZvJnDfw0K13N2 dQaI3EPYvKTKLgzwcJf7+GYrdnY1ShOeJvUjnaBtMh8fhxC0xt1MS30dCiuWaM2V h2rZmJVoEoMr2FFvyzQ9s0p/vOM4qPpYr12xu5VA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,SPF_PASS,TW_BP,TW_LP autolearn=ham version=3.3.1 X-USANET-Received: from gwo2.mbox.net [127.0.0.1] by gwo2.mbox.net via mtad (C8.MAIN.3.82G) with ESMTP id 730RDdVeu9488Mo2; Tue, 30 Apr 2013 21:04:20 -0000 X-USANET-GWS2-Tagid: UNKN X-USANET-Source: 165.212.120.254 OUT jim DOT garrison AT nwea DOT org S1P5HUB3.EXCHPROD.USA.NET X-USANET-MsgId: XID434RDdVeu4535Xo2 From: Jim Garrison To: "cygwin AT cygwin DOT com" Subject: RE: postgresql-devel package missing pg_config? Date: Tue, 30 Apr 2013 21:04:08 +0000 Message-ID: <0C723FEB5B4E5642B25B451BA57E2730E1F7F1@S1P5DAG3C.EXCHPROD.USA.NET> References: <0C723FEB5B4E5642B25B451BA57E2730E1F768 AT S1P5DAG3C DOT EXCHPROD DOT USA DOT NET> <871u9r23km DOT fsf AT Rainer DOT invalid> In-Reply-To: <871u9r23km.fsf@Rainer.invalid> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r3UL4Z2N024699 > -----Original Message----- > Behalf Of Achim Gratz > Sent: Tuesday, April 30, 2013 12:59 PM > Subject: Re: postgresql-devel package missing pg_config? > > Jim Garrison writes: > > Any suggestions on how find pg_config so I can install DBD::Pg? > > Entering pg_config.exe into the search box on this page will tell you to install > libpq-devel: > > http://cygwin.com/packages/ Thanks, that helped. I successfully built DBD::Pg, but had to add four library dependencies to the makefile, libssl, libldap, libcrypto and libintl due to unresolved dependencies from libpq: EXTRALIBS = -L/usr/lib -lpq -lm -lssl -lldap -lcrypto -lintl LDLOADLIBS = -L/usr/lib -lpq -lm -lssl -lldap -lcrypto -lintl Not sure if I need to notify anybody of this... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple