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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=ECV 6ADDC4EP6MxIORvzz5raEW00K4lMxawrFHTU8OdtS1z4U83EhhKpt8MxHt+oKbch jXEl4/OqvwLItEmRBlXywfUPKmk3dNkUe8sIRLlFVpcuLSmJ3SlwPabGkpMO2kTM GSc0XqaLI0MoLXZ7zC5D75co9npSZt8DQS3uzEH4= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=Ol25kN9Ib FE37CWeThgiFK92L04=; b=OLApIQaNgPSIeSyOwh1WI8IrPkZRwNjOLdbbzWkzF bsmGtyA0O7Ya5nlRgv2srPdZqyhZKQ99btyaCVd0ODrKwQtWgdOIbO/ammTdXIfS oyzItmNUVLlWWtdi7JrqtfgWzceIzmXbCFvKMXD087c4GV9uiniIvKqSkP6xZutH Ts= 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=-0.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_DNSBL_BUMP,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RCVD_IN_MSPIKE_BL,RCVD_IN_MSPIKE_L3,RP_MATCHES_RCVD,TW_BP autolearn=ham version=3.3.1 Message-ID: <5180F0BC.7060004@alice.it> Date: Wed, 01 May 2013 12:38:52 +0200 From: Angelo Graziosi User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Cygwin Subject: Re: postgresql-devel package missing pg_config? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit marco atzeri wrote: > looking at libpq5 dependency: > > requires: libintl8 libopenldap2_4_2 libopenssl100 crypt openssl _autorebase > > so likely you need the devel libs of some of that No, I did a build a few week ago and it was completed. If ROOT configure doesn't find the right headers and library files, it doesn't add support for that library in the build. I have all the needed libraries installed. It isn't the first time I build ROOT... The tricks suggested by Jim Garrison (http://cygwin.com/ml/cygwin/2013-04/msg00507.html) works also for me. Adding on command line -lssl -lldap -lcrypto -lintl fixes the failure. Let's see what ROOT guys think about this... ;-) Ciao, Angelo. -- 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