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