| delorie.com/archives/browse.cgi | search |
| 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 <michael DOT mcternan AT gmail DOT com> |
| To: | cygwin AT cygwin DOT com |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |