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 Message-ID: <006301c31166$d5155fb0$78d96f83@pomello> From: "Max Bowsher" To: "pengyongchao" , References: <200305030946 DOT RAA08699 AT mx1 DOT ustc DOT edu DOT cn> Subject: Re: compile pango-1.2.0 Date: Sat, 3 May 2003 12:26:25 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 pengyongchao wrote: > I want to compile gtk+-2.2.0 on cygwin. Thanks to Charles Wilson, I have > successfully compiled glib-2.2.0 and atk-1.2.0 . But when I compiled > pango-1.2.0, I got following error: > > /bin/bash ../mkinstalldirs /usr/local/etc/pango && > ../pango/pango-querymodules > /usr/local/etc/pango/pango.modules > make[2]: *** [install-data-local] Error 139 > make[2]: Leaving directory `/home/administrator/pango-1.2.0/modules' > make[1]: *** [install-am] Error 2 > make[1]: Leaving directory `/home/administrator/pango-1.2.0/modules' > make: *** [install-recursive] Error 1 > > It seemed that pango-querymodules.exe ended in 'Segment Fault(core dumped)'. No idea. > And I frequently got following warning message: > libtool:link:warning: '/lib/libintl.la' seems to be moved > But '/lib/ligintl.la' is really there. This is harmless. It's just because /lib and /usr/lib are the same on Cygwin, but libtool .la files have a path hardcoded in them - so libtool is accessing the file via /lib, and noticing that its internal path is /usr/lib. Max. -- 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/