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.
Follow 2 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2009-05-07 | bjeverts | Carbon-Copy | - | ![]() |
Added bjeverts |
2008-03-04 | pekberg | Attached File | - | ![]() |
Added dashl-xform.patch, #15174 |
Powered by Savane 3.12.
Corresponding source code
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.