Linker archives and dependency_libs

2007-11-24 Thread Micha Lenk
Hi, I'm currently investigating how http://bugs.debian.org/451582 could be solved in a clean fashion. As far as I understand upstream, the library libchipcard shouldn't need to be linked against libgnutls. But apparently it got linked against libgnutls because of the content of the .la files. lib

Re: Linker archives and dependency_libs

2007-11-24 Thread Micha Lenk
reassign 451582 libgwenhywfar47-dev thanks Hi Kurt, Kurt Roeckx schrieb: > There are 2 problems here: > - libtool uses the .la files when it finds them. And tries to read > all of them. If one of the files mentioned isn't available, it > will and should fail. There are 2 ways to deal with