Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 To: Cygwin List Subject: -lfreetype missing from /usr/lib/pkgconfig/pangoft2.pc From: "Dr. Volker Zell" Date: Sat, 08 Jan 2005 15:33:40 +0100 Message-ID: <874qhs9eij.fsf@vzell-de.de.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Hi I'm trying to compile wxWidgets for GTK2. During the link stage -lfreetype is missing. wxWidgets configure calls pkg-config to get it's info. 03:23 PM [719]> pkg-config.exe --cflags "pangoft2" -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include vzell AT vzell-de /usr/local/src 03:23 PM [720]> pkg-config.exe --libs "pangoft2" -Wl,--export-dynamic -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv It seems that -lfreetype is missing from /usr/lib/pkgconfig/pangoft2.pc By the way there is a bogus include directive -I/opt/cxclient/usr/X11R6/include in Cflags from /usr/lib/pkgconfig/pangoxft.pc Cflags: -I${includedir}/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/opt/cxclient/usr/X11R6/include Ciao Volker -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/