Jump to page: 1 2
Thread overview
[Issue 6952] Static Linking on Linux
Nov 12, 2014
Mike
Nov 15, 2014
Mike
Aug 24, 2019
Dlang Bot
Aug 24, 2019
Dlang Bot
Aug 24, 2019
Dlang Bot
Aug 24, 2019
Dlang Bot
Sep 15, 2019
Mathias LANG
Sep 15, 2019
Mathias LANG
Sep 26, 2019
Mike Franklin
May 19, 2022
Tomoya Tanjo
November 12, 2014
https://issues.dlang.org/show_bug.cgi?id=6952

Mike <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavo5150@yahoo.com

--- Comment #4 from Mike <slavo5150@yahoo.com> ---
This also affects options like -nodefaultlibs and -nostdlib

--
November 15, 2014
https://issues.dlang.org/show_bug.cgi?id=6952

--- Comment #5 from Mike <slavo5150@yahoo.com> ---
Attempted pull request: https://github.com/D-Programming-Language/dmd/pull/4140

--
October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=6952

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
August 24, 2019
https://issues.dlang.org/show_bug.cgi?id=6952

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
@JinShil updated dlang/dmd pull request #10341 "Refactor link.d in preparation for fix to issue 6952" mentioning this issue:

- Refactor link.d in preparation for fix to issue 6952

https://github.com/dlang/dmd/pull/10341

--
August 24, 2019
https://issues.dlang.org/show_bug.cgi?id=6952

--- Comment #7 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10341 "Refactor link.d in preparation for fix to issue 6952" was merged into master:

- 08a793e7924933f6d37a7a54f89ab87d7821a970 by JinShil:
  Refactor link.d in preparation for fix to issue 6952

https://github.com/dlang/dmd/pull/10341

--
August 24, 2019
https://issues.dlang.org/show_bug.cgi?id=6952

--- Comment #8 from Dlang Bot <dlang-bot@dlang.rocks> ---
@JinShil created dlang/dmd pull request #10342 "Refactor link.d in preparation for fix to issue 6952 (Part 2)" mentioning this issue:

- Refactor link.d in preparation for fix to issue 6952 (Part 2)

https://github.com/dlang/dmd/pull/10342

--
August 24, 2019
https://issues.dlang.org/show_bug.cgi?id=6952

--- Comment #9 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10342 "Refactor link.d in preparation for fix to issue 6952 (Part 2)" was merged into master:

- 21e7a3518e2a5af71b3bee72dfdb3529271a9dee by JinShil:
  Refactor link.d in preparation for fix to issue 6952 (Part 2)

https://github.com/dlang/dmd/pull/10342

--
September 15, 2019
https://issues.dlang.org/show_bug.cgi?id=6952

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |FIXED

--- Comment #10 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Fixed by https://github.com/dlang/dmd/pull/10339 but the commit title wasn't properly worded.

--
September 15, 2019
https://issues.dlang.org/show_bug.cgi?id=6952

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |FIXED

--- Comment #10 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Fixed by https://github.com/dlang/dmd/pull/10339 but the commit title wasn't properly worded.

--
September 26, 2019
https://issues.dlang.org/show_bug.cgi?id=6952

Alan.W.Irwin1234@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |Alan.W.Irwin1234@gmail.com
         Resolution|FIXED                       |---

--- Comment #11 from Alan.W.Irwin1234@gmail.com ---
It turns out the new feature in <https://github.com/dlang/dmd/pull/10339> does not pass simple build tests of a "hello, world" example, see <https://issues.dlang.org/show_bug.cgi?id=20244>.

--
« First   ‹ Prev
1 2