patchGNU 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

Tue 04 Mar 2008 10:01:49 AM UTC, original submission:  

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

  • libltdl/m4/libtool.m4: Add tag variable dashl_xform which

specifies how to transform -l options for the linker.

  • libltdl/config/ltmain.m4sh (func_mode_link): Transform -l

options using dashl_xform right before creating the
program or library.

Peter Rosin <pekberg>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #15174:  dashl-xform.patch added by pekberg (2KiB - text/plain)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bjeverts
  • -email is unavailable- added by pekberg (Submitted the item)
  •  

    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

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code