Bug 10030 – Support '-l:' switch when passing default library to ld

Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-05-04T23:42:00Z
Last change time
2015-06-09T05:11:49Z
Keywords
pull
Assigned to
nobody
Creator
bugzilla

Comments

Comment #0 by bugzilla — 2013-05-04T23:42:59Z
When the .a and the .so libraries have the same name, use: -l:libphobos2.a or: -l:libphobos2.so to distinguish them.
Comment #1 by github-bugzilla — 2013-05-05T02:14:16Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d23249c6803930ac24d611f77b493caab74272e6 fix Issue 10030 - Support '-l:' switch when passing default library to ld https://github.com/D-Programming-Language/dmd/commit/695a23b6ffb9858da7f630b0ae8cdfbc3d59379d Merge pull request #1965 from WalterBright/fix10030 fix Issue 10030 - Support '-l:' switch when passing default library to l...
Comment #2 by github-bugzilla — 2013-05-05T11:02:50Z
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/6f404125a8439eac43f5db2fe3fc565645e667d5 Merge pull request #1965 from WalterBright/fix10030 fix Issue 10030 - Support '-l:' switch when passing default library to l...