GNU Libtool - Patches: patch #6442, [MSVC 1/7] Allow Microsoft lib to...
You are not allowed to post comments on this tracker with your current authentication level.
patch #6442: [MSVC 1/7] Allow Microsoft lib to be used as the archiver.
Submitter: | Peter Rosin <pekberg> | ||
Submitted: | Tue 04 Mar 2008 09:52:15 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Tue 04 Mar 2008 10:06:37 AM UTC, comment #1: |
Peter Rosin <pekberg>![]() |
Tue 04 Mar 2008 09:52:15 AM UTC, original submission:
Allow Microsoft lib to be used as the archiver.
|
Peter Rosin <pekberg>![]() |
Attached Files
file #18112: lib-as-archiver.patch added by bjeverts (11KiB - text/plain - Updated patch to apply to 2.2.6a)
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 3 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2009-05-07 | bjeverts | Attached File | - | ![]() |
Added lib-as-archiver.patch, #18112 |
2008-03-04 | pekberg | Summary | Allow Microsoft lib to be used as the archiver. | ![]() |
[MSVC 1/7] Allow Microsoft lib to be used as the archiver. |
2008-03-04 | pekberg | Attached File | - | ![]() |
Added lib-as-archiver.patch, #15170 |
interface used by the archiver. In particullar, add the AR_SEP
variable to allow archivers that does not allow a space between
the options to create an archive and the archive name and the
ar_extract_one_by_one variable which indicates if the archiver
can extract all members in one go.
archive file name in all $AR commands.
for archivers that only supports extracting one member at a time
and otherwise adjust to the above libtool.m4 changes. Also, add
$AR_SEP to the $AR invocations.
testsuite.
file instead of hardcodeing the name, and allow different archivers.