From owner-freebsd-questions@FreeBSD.ORG Thu Apr 20 13:44:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 905C916A401 for ; Thu, 20 Apr 2006 13:44:24 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 367DF43D46 for ; Thu, 20 Apr 2006 13:44:24 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 18551 invoked from network); 20 Apr 2006 13:44:23 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Apr 2006 13:44:23 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C903E28425; Thu, 20 Apr 2006 09:44:22 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Norberto Meijome References: <20060419014034.59584d22@localhost> From: Lowell Gilbert Date: 20 Apr 2006 09:44:22 -0400 In-Reply-To: <20060419014034.59584d22@localhost> Message-ID: <44k69kcqfd.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: How to create a .la file? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 13:44:24 -0000 Norberto Meijome writes: > trying to upgrade gimp from ports, the build process failed with: > > > libtool: link: cannot find the library `/usr/X11R6/lib/libXcursor.la' or > unhandled argument `/usr/X11R6/lib/libXcursor.la' > > libXcursor.la is usually provided by x11/libXcursor, but this port conflicts > with xorg-libraries. > > xorg-libraries doesn't provide this file. how do I create it from the existing > libXcursor.so|.a ? You shouldn't need to. It shouldn't need it. On my fairly stock -STABLE system with the latest xorg from the port, gimp links against libXcursor.so.1. Perhaps you have some other ports needing upgrading?