libtool: surrender to Debian's castrated libtool
The libtool version distributed by Debian is patched to *not* propagate dependencies (i.e., if libA depends on libB, then linking against libA will not automatically link against libB, it has to be explicit), contrary to what the Libtool manual document. So now we explicitly link against both libA and libB in such case. * configure.ac: Remove the workaround that does not work for MinGW. * doc/org/compile.org: Mention the issue. * bin/Makefile.am, tests/Makefile.am, spot/ltsmin/Makefile.am, spot/gen/Makefile.am, doc/org/g++wrap.in: Make the dependencies explicit.
This commit is contained in:
parent
4de44b42de
commit
1042a8dae1
7 changed files with 18 additions and 14 deletions
|
|
@ -210,8 +210,10 @@ library. This should be as simple as adding =-lbddx= after =-lspot=
|
|||
in the first three cases.
|
||||
|
||||
In the fourth case where =libtool= is used to link against
|
||||
=libspot.la= linking against =libbddx.la= is not necessary because
|
||||
Libtool already handles such dependencies.
|
||||
=libspot.la= linking against =libbddx.la= should not be necessary because
|
||||
Libtool already handles such dependencies. However the version of =libtool=
|
||||
distributed with Debian is patched to ignore those dependencies, so in this
|
||||
case you 2
|
||||
|
||||
* Additional suggestions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue