X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_52,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Sun, 2 Aug 2009 15:11:53 +0100 Message-ID: <74545f880908020711g2ca4bde7u350e3922750355f8@mail.gmail.com> Subject: libgd-devel missing pkg-config From: Michael McTernan To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 Hi, I'm trying to use autotools for the configuration and compilation of a small project I'm working on called mscgen. I want to use pkg-config to get the correct settings for libgd (or more precisely PKG_CHECK_MODULES(LIBGD, libgd)), but the libgd-devel package seems to omit the required .pc files. I was wondering if there is a good reason for this being absent, or it it's just an omission in the packaging? Regards, Mike PS: The linux libgd-devel packages appear to have libgd.pc as follows: prefix=/usr exec_prefix=/usr libdir=/usr/lib includedir=/usr/include bindir=/usr/bin ldflags= -L/usr/lib Name: gd-devel Description: A graphics library for quick creation of PNG or JPEG images Version: 2.0.34 Requires: Libs: -L${libdir} -lgd Libs.private: -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm Cflags: -I${includedir} -- 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