X-Recipient: archive-cygwin@delorie.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:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=Y/
	Dg+Uyn4irtjuCb9a0a/VGnDZ1KWmB5UIyyYvjEYlxa3EK8/uP0nkV5vUxxoduZhv
	sbZWYLV4nG2k5AT0eVpAWOUWGWfWh2sn/S1SP2WBV04bwMVOrV8zJ3QP4HQgEl+z
	WbFXlni0lSGjAJoZaFBRLyIMk60QgseiyzW6XmR5s=
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:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=adUdYR7Q
	pwlonG+lwu3y84hVDFo=; b=tYvP8Y0azf115P8f05TufIAGDqYEZbbxYmbYvwrX
	XQmXeoAB+2JIyACnPlKnAoEztXFtZRO1t6mkAAsqlXHywJlkzd2QNLFbcSfR4oit
	Sr0NRUMnxYQgQD4KBSulUYFDn0+fP3GzPu3TNUZ/E6UKcddZSTsUcsvXsW+SMRcW
	ILk=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_GD,TW_GT,TW_LB,TW_LG,TW_LX,TW_TW,TW_XC autolearn=ham version=3.3.1
MIME-Version: 1.0
X-Received: by 10.194.238.42 with SMTP id vh10mr7684118wjc.28.1370935587935; Tue, 11 Jun 2013 00:26:27 -0700 (PDT)
In-Reply-To: <51B699AA.6070508@codespunk.com>
References: <CALsFeoxG1mM4g7ftUvRbANLFC0EWwGiwQ51ZRZRJcDXU1McwVw@mail.gmail.com>	<20130611025401.GA5553@ednor.casa.cgf.cx>	<51B699AA.6070508@codespunk.com>
Date: Tue, 11 Jun 2013 09:26:27 +0200
Message-ID: <CAEhDDbC-4QR9iTF3jS42AMUX8CC4DJMpG0_eaJYs+aTk4X9H_w@mail.gmail.com>
Subject: Re: make hangs when compiling twf-0.4
From: Csaba Raduly <rcsaba@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1

On Tue, Jun 11, 2013 at 5:29 AM, Matt D. wrote:
> Attempting to compile twf:
>
> http://gtk-apps.org/content/show.php/?content=83361
>
> Configures fine. Then on make it hangs on what appears to be the linking
> stage:
>
> /bin/sh ../libtool --tag=CC --mode=link gcc -rdynamic -g -O2    -o twf.exe
> main.o themes.o -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0
> -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage
> -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lgio-2.0 -lXfixes -lcairo -lpixman-1
> -lxcb-shm -lxcb-render -lXrender -lXext -lX11 -lxcb -lXau -lXdmcp -lpng15
> -lharfbuzz -lpango-1.0 -lm -lfontconfig -lexpat -lfreetype -lz -lbz2
> -lgmodule-2.0 -lgobject-2.0 -lffi -lglib-2.0 -lintl -liconv -lpcre   -lintl
>
> Any suggestions?

Hi Matt,
it's probably not make but libtool (or whatever it is that libtool is
calling) that's hanging.
Try cd'ing into the appropriate directory and running libtool manually
(copy&paste the line above), with the -x flag added to sh:

/bin/sh -x ../libtool ......

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
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

