Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2000 11:13:56 -0600
From:      Paul Keusemann <pkeusem@visi.com>
To:        Jaime Kikpole <jaime@malkav.snowmoon.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: xmms port compile errors
Message-ID:  <20000314111356.A3653@isis.visi.com>
In-Reply-To: <Pine.BSF.4.10.10003140721340.38939-100000@malkav.snowmoon.com>; from Jaime Kikpole on Tue, Mar 14, 2000 at 07:27:55AM -0500
References:  <Pine.BSF.4.10.10003140721340.38939-100000@malkav.snowmoon.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000314111356.A3653>