On Tuesday, January 14, 2003, at 11:10  PM, Josh Coalson wrote:

--- Glenn <[EMAIL PROTECTED]> wrote:
/bin/sh ../../mkinstalldirs /sw/lib/xmms/Input
  ../../libtool-disable-static --mode=install /usr/bin/install -c
libxmms-flac.la /sw/lib/xmms/Input/libxmms-flac.la
libtool-disable-static: install: warning: relinking `libxmms-flac.la'
cd /Users/glenn/Desktop/flac-1.0.5_beta1/src/plugin_xmms; /bin/sh
../../libtool-disable-static --mode=relink gcc -I../.. -I./include
-I../../include -g -O2 -O3 -DNDEBUG -Dunix -fomit-frame-pointer
-funroll-loops -finline-functions -Wall -W -Winline
-DFLaC__INLINE=__inline__ -I/sw/include -I/sw/include/xmms
-I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include
-I/usr/X11R6/include -o libxmms-flac.la -rpath /sw/lib/xmms/Input
-module -avoid-version charset.lo configure.lo plugin.lo wrap_id3.lo
fileinfo.lo ../../src/plugin_common/libplugin_common.a
../../src/share/grabbag/libgrabbag.a
../../src/share/gain_analysis/libgain_analysis.a
../../src/share/utf8/libutf8.a ../../src/libFLAC/libFLAC.la
-L../../src/libFLAC/.libs -L/sw/lib -L/sw/lib -L/usr/X11R6/lib -lgtk
-lgdk -lgmodule -lglib -ldl -lintl -lXext -lX11 -lm -lxmms
../../libtool-disable-static: ../../libtool-disable-static: No such
file or directory
libtool-disable-static: install: error: relink `libxmms-flac.la' with

the above command before installing it
../../libtool-disable-static: ../../libtool-disable-static: No such
file or directory
make[3]: *** [install-xmmsinputpluginLTLIBRARIES] Error 127
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
[TLB:~/Desktop/flac] glenn%
man, this one just wont die :)  I have kind of lost track
of this one, but the I *think* the maintainer for the
FLAC Fink package has overcome this and also hangs out
here (I CCed him to get is attention :)

I am going to try to do the second beta tonight but if
there's any way, we'll fix it for the final release.

I don't remember this one. I do have a patch to disable completely disable relinking in some packages ( a libtool hack really), but that error looks like something else. My relink hack is to work around a libtool bug when using DESTDIR. Were you using destdir? Did it say "relinking foo.." before that error you pasted?

You could try this:

--- flac-1.0.3/ltmain.sh 2002-07-02 16:28:18.000000000 -0700
+++ flac-1.0.3-patched/ltmain.sh 2002-09-23 15:45:51.000000000 -0700
@@ -1739,7 +1739,7 @@

if test "$installed" = no; then
notinst_deplibs="$notinst_deplibs $lib"
- need_relink=yes
+ # need_relink=yes
fi

if test -n "$old_archive_from_expsyms_cmds"; then

-Ben



-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate is essential in establishing user confidence by providing assurance of authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en
_______________________________________________
Flac-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flac-dev

Reply via email to