GNU Libtool - Patches: patch #6446, MSVC [5/7] MSVC doesn't support...
You are not allowed to post comments on this tracker with your current authentication level.
patch #6446: MSVC [5/7] MSVC doesn't support the -l option, instead it expects the exact library file name
Submitter: | Peter Rosin <pekberg> | ||
Submitted: | Tue 04 Mar 2008 10:01:49 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
MSVC doesn't support the -l option, instead it expects the exact
library file name. Retain the -l option as long as possible as
libtool recognizes -l internally. Then, as late as possible
transform the -l option to an exact file name (-lfoo -> foo.lib).
This patch is against Libtool 2.2
specifies how to transform -l options for the linker.
options using dashl_xform right before creating the
program or library.