xfce4-mixer: make install error
Brian J. Tarricone
bjt23 at cornell.edu
Sat Jan 24 00:09:00 CET 2004
it's a bug with the libxfce4mixer library install. seems it's getting
installed to /usr/lib/xfce4/modules/libxfce4mixer.0.0.0 - note the lack
of a ".so" in there. thus the linker can't find it.
were you installing from a release tarball, or CVS? if from CVS,
re-running autogen.sh should fix the problem. you'll probably want to
remove the bad libraries from /usr/lib/xfce4/modules. i just noticed i
ended up with the same thing happening with panel plugins on my latest
update, as well as mcs plugins. ugh. what version of libtool are you
running?
$ libtool --version
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)
if this is happening in a release tarball, then this is a bit of a
problem... not sure what's causing it.
-brian
Jesse Wagner wrote:
>I'm getting this make install error:
>
>--export-dynamic -Wl,-soname -Wl,libmixer -o .libs/libmixer
>/usr/bin/ld: cannot find -lxfce4mixer
>collect2: ld returned 1 exit status
>libtool: install: error: relink `libmixer.la' with the above command
>before installing it
>make[2]: *** [install-pluginLTLIBRARIES] Error 1
>make[2]: Leaving directory
>`/home/gabriel/tmp/compile/xfce4/xfce4-mixer/panel-plugin'
>make[1]: *** [install-am] Error 2
>make[1]: Leaving directory
>`/home/gabriel/tmp/compile/xfce4/xfce4-mixer/panel-plugin'
>make: *** [install-recursive] Error 1
>
>
>
More information about the Xfce4-dev
mailing list