Hi, On Dienstag, 10. Juni 2008, David Reiser wrote: > On Jun 9, 2008, at 5:03 PM, Martin Preuss wrote: [...] > 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) [...]
Ok, finally fixed that now. I now remember why I put those "-L" there in the first place: In the beginning we just used "-laqhbci" instead of "../../......./libaqhbci.la", so in that case we simply needed to specify "-L". However, since we use la-files for included libraries indeed the "-L" is no longer necessary. Regards Martin -- "Things are only impossible until they're not" Martin Preuss - http://www.aquamaniac.de/ AqBanking - http://www.aqbanking.de/ LibChipcard - http://www.libchipcard.de/ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Aqbanking-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aqbanking-devel
