X-Recipient: archive-cygwin AT delorie DOT 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 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 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: <20130611025401 DOT GA5553 AT ednor DOT casa DOT cgf DOT cx> <51B699AA DOT 6070508 AT codespunk DOT com> Date: Tue, 11 Jun 2013 09:26:27 +0200 Message-ID: Subject: Re: make hangs when compiling twf-0.4 From: Csaba Raduly To: cygwin AT cygwin DOT 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