On Jun 9, 2008, at 5:03 PM, Martin Preuss wrote: > Hi, > > On Sonntag, 8. Juni 2008, David Reiser wrote: > [...] >> For example, the dependency_libs= line in /sw/lib/aqbanking/plugins/ >> 20/ >> bankinfo/us.la includes >> -L/sw/src/fink.build/aqbanking20-3.5.0-1/aqbanking-3.5.0/src/libs/ >> aqbanking >> >> Should that be there at all? The only thing in $PREFIX/lib/aqbanking >> is the plugins directory. > [...] > > I wouldn't even include the *.la-files at all. They shouldn't be > necessary > (Debian doesn't ship *.la files with any package anymore)...
But this is an internal inconsistency building aqbanking itself. The fink folk tell me that libtool docs say you never need build-dir -L flags...when you specify a .la in a _LDADD or _LIBADD, libtool automatically supplies it if needed So I've added perl -pi -e 's/-L\S+//' applied to src/plugins/bankinfo/generic/Makefile.in src/libs/aqbanking++/Makefile.in src/plugins/backends/aqhbci/ui/qt3/libs/logmanager/Makefile.in src/test/Makefile.in and I don't get the complaints (or the links to the build-dir in my .la files) > > > When compiling projects those *.la files sometimes list by far too > many > dependencies... > It certainly is nice to have a much smaller dependency tree in aqbanking3. Dave -- David Reiser [EMAIL PROTECTED] ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Aqbanking-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aqbanking-devel
