From owner-freebsd-questions@FreeBSD.ORG Tue Apr 18 15:40:40 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 4FF1816A40B for ; Tue, 18 Apr 2006 15:40:40 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A9543D4C for ; Tue, 18 Apr 2006 15:40:38 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 18414 invoked from network); 19 Apr 2006 01:40:37 +1000 Received: from 124-168-20-210.dyn.iinet.net.au (HELO localhost) (124.168.20.210) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 19 Apr 2006 01:40:37 +1000 Date: Wed, 19 Apr 2006 01:40:34 +1000 From: Norberto Meijome To: freebsd-questions@freebsd.org Message-ID: <20060419014034.59584d22@localhost> X-Mailer: Sylpheed-Claws 2.1.0 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: How to create a .la file? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 15:40:40 -0000 hi, 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 ? thanks in advance, Beto