mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* TODO: Add -L- flag.
This commit is contained in:
parent
69355e247f
commit
ff8e64ad84
@ -1,3 +1,7 @@
|
|||||||
|
2001-04-18 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* TODO: Add -L- flag.
|
||||||
|
|
||||||
2001-04-11 Alexandre Oliva <aoliva@redhat.com>
|
2001-04-11 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* libtool.m4 (no_undefined_flag) [Solaris ld]: Change to -zdefs.
|
* libtool.m4 (no_undefined_flag) [Solaris ld]: Change to -zdefs.
|
||||||
|
7
TODO
7
TODO
@ -18,6 +18,13 @@ be desirable.
|
|||||||
* Lists of exported symbols should be stored in the pseudo library
|
* Lists of exported symbols should be stored in the pseudo library
|
||||||
so that the size of lt_preloaded_symbols can be reduced.
|
so that the size of lt_preloaded_symbols can be reduced.
|
||||||
|
|
||||||
|
* Have some option to tell libtool not to include -L flags that point
|
||||||
|
into a certain tree in the dependence list of an installed library.
|
||||||
|
For example: -L-$top_builddir would let one link with libtool
|
||||||
|
libraries in sibling subdirectories within a project, using the -L
|
||||||
|
notation, without getting builddir pathnames ever mentioned in .la
|
||||||
|
files that get installed.
|
||||||
|
|
||||||
In the future:
|
In the future:
|
||||||
**************
|
**************
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user