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 AT cygwin DOT com From: Andrew Schulman Subject: how to link without libutil.so? [repost] Date: Fri, 03 Sep 2004 22:14:43 -0400 Lines: 20 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: pcp04398386pcs.nrockv01.md.comcast.net User-Agent: KNode/0.8.0 X-Archive: encrypt X-IsSubscribed: yes I'm trying to build Unison version 2.9.99.  Compilation succeeds, but  the link step fails with /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld: cannot find -lutil after running a gcc command that includes '-lutil'.  I've searched the  Cygwin packages, and it does seem that there's no file libutil.a or libutil.so in any of them.  On other platforms, this is a standard  library. So is there some other library that I should use in place of libutil.* on Cygwin?  I tried 'ln -s libcygwin.a /usr/lib/libutil.a' (what the  hell, it was worth a shot) but it failed. Other people have asked about this same problem in other forums, but I haven't seen any of them get an answer. Thanks, Andrew. -- 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/