From owner-freebsd-questions Tue Mar 14 9:14:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-out.visi.com (kauket.visi.com [209.98.98.22]) by hub.freebsd.org (Postfix) with ESMTP id 45E5737B707 for ; Tue, 14 Mar 2000 09:14:08 -0800 (PST) (envelope-from pkeusem@visi.com) Received: from isis.visi.com (isis.visi.com [209.98.98.8]) by mail-out.visi.com (Postfix) with ESMTP id CE3523758; Tue, 14 Mar 2000 11:13:56 -0600 (CST) Received: (from pkeusem@localhost) by isis.visi.com (8.8.8/8.8.8) id LAA05846; Tue, 14 Mar 2000 11:13:56 -0600 (CST) Date: Tue, 14 Mar 2000 11:13:56 -0600 From: Paul Keusemann To: Jaime Kikpole Cc: freebsd-questions@FreeBSD.ORG Subject: Re: xmms port compile errors Message-ID: <20000314111356.A3653@isis.visi.com> Mail-Followup-To: Jaime Kikpole , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i In-Reply-To: ; from Jaime Kikpole on Tue, Mar 14, 2000 at 07:27:55AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Mar 14, 2000 at 07:27:55AM -0500, Jaime Kikpole wrote: > I've been trying to install xmms with the esound plugin for a few > days (minus about 30 hours without X running properly) and haven't been > able to get this working. Installing the package results in an > installation that doesn't have the ESD plugin. Installing from the ports > (i.e. compiling it) results in this: > [snip] > -Wl,--rpath -Wl,/usr/local/lib > /usr/X11R6/lib/libgtk12.la: file not recognized: File format not > recognized I'm not sure what's causing this but I do know how to get around it. If you look at the ...xmms/work/xmms-1.0.1/libxmms/libxmms.la file, you'll see the following: # Libraries that this one depends upon. dependency_libs=' -L/usr/X11R6/lib -lgtk12 /usr/X11R6/lib/libgdk12.la \ -L/usr/loc al/lib -lgmodule12 -lglib12 -lXext -lX11 -lm -lintl \ /usr/local/lib/libgmodule12. la /usr/local/lib/libgthread12.la -lc_r \ /usr/local/lib/libglib12.la /usr/local/l ib/libintl.la -lxpg4 -lXxf86dga \ -lXxf86vm' The /usr/X11R6/lib/libgdk12.la should be -lgdk12. I just edited the file and restarted the make. Libtool is generating a bad .la file. I don't know why, I just know it was a real bear to find. -- Paul Keusemann pkeusem@visi.com 4266 Joppa Court (612) 894-7805 Savage, MN 55378 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message