libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #6442] [MSVC 1/7] Allow Microsoft lib to be used as the archiver.


From: Peter Rosin
Subject: [patch #6442] [MSVC 1/7] Allow Microsoft lib to be used as the archiver.
Date: Tue, 04 Mar 2008 10:06:37 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)

Update of patch #6442 (project libtool):

                 Summary: Allow Microsoft lib to be used as the archiver. =>
[MSVC 1/7] Allow Microsoft lib to be used as the archiver.

    _______________________________________________________

Follow-up Comment #1:

        * libltdl/m4/libtool.m4 (_LT_PROG_AR): New macro, detect the
        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.
        * libltdl/m4/libtool.m4: Add $AR_SEP between $AR_FLAGS and the
        archive file name in all $AR commands.
        * libltdl/config/ltmain.m4sh (func_extract_an_archive): Add support
        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.
        * Makefile.am: Pass AR, AR_FLAGS and AR_SEP through to the
        testsuite.
        * tests/archive-in-archive.at: Extract archive name from the .la
        file instead of hardcodeing the name, and allow different archivers.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6442>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]