Chris Bagwell <chris at cnpbagwell.com> wrote: Hi,
> libsane.la: dll.lo dll-s.lo $(EXTRA) $(addsuffix .lo,$(DLL_PRELOAD)) > $(LIBOBJS) > @$(LIBTOOL) $(MLINK) $(CC) -o $@ $(LDFLAGS) $(BACKENDLIBS) $^ \ > $(addsuffix .lo,$(DLL_PRELOAD_EXTRAS)) @LIBTOOL_LINK_EXTRA@ \ > -rpath $(libdir) -version-number > $(V_MAJOR):$(V_MINOR):$(V_REV) > > It looks like the rule wasn't working *before* my conversion under > Linux. Basically, everything starting from @LIBTOOL_LINK_EXTRA@ was not > being passed to libtool. I think its because of bug in configure.in:
