--- Ben Hines <bhines@alumni.ucsd.edu> wrote:> That patch does get the .libs dir added to the compile line. But the > other problem is that libtool is attempting to link against the > installed version of libFLAC, that is $(DESTDIR)/lib/libFLAC.dylib > instead of -lFLAC. > > ... > > Not sure how to fix this one, but this HACK to ltmain.sh fixes this > problem. It just totally disables relinking, and does not seem to > have > any ill effects.OK, I see. Matt, are you having the same problem with the Debian package? If so, maybe I should conditionalize Ben's hack around the libxmms-flac build similar to how you did libtool-disable-static ? Josh __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
On Wednesday, June 26, 2002, at 04:12 PM, Matt Zimmerman wrote:>> > > Was this problem new in the 1.0.3 beta? My 1.0.2 packages do not have > any > such problem; I didn't notice any weirdness with 1.0.3beta, but the > packages > have probably only been built on my machine so far. >How are you buildling it? Do you use make install DESTDIR to build into your debian directory? This is a general libtool + DESTDIR bug. -Ben
On Wed, Jun 26, 2002 at 01:45:10PM -0700, Josh Coalson wrote:> --- Ben Hines <bhines@alumni.ucsd.edu> wrote: > > That patch does get the .libs dir added to the compile line. But the > > other problem is that libtool is attempting to link against the > > installed version of libFLAC, that is $(DESTDIR)/lib/libFLAC.dylib > > instead of -lFLAC. > > > > ... > > > > Not sure how to fix this one, but this HACK to ltmain.sh fixes this > > problem. It just totally disables relinking, and does not seem to > > have > > any ill effects. > > OK, I see. > > Matt, are you having the same problem with the Debian package? > If so, maybe I should conditionalize Ben's hack around the > libxmms-flac build similar to how you did libtool-disable-static > ?Was this problem new in the 1.0.3 beta? My 1.0.2 packages do not have any such problem; I didn't notice any weirdness with 1.0.3beta, but the packages have probably only been built on my machine so far. -- - mdz