Linker command
Paul via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed May 6 13:10:06 PDT 2015
On Wednesday, 6 May 2015 at 20:03:36 UTC, anonymous wrote:
> On Wednesday, 6 May 2015 at 19:52:44 UTC, Paul wrote:
>> On Wednesday, 6 May 2015 at 19:30:33 UTC, anonymous wrote:
>>> On Wednesday, 6 May 2015 at 19:26:40 UTC, Paul wrote:
>>>> but I don't understand the syntax. dmd --help mentions
>>>> -Llinkerflag but what is '-L-L.' doing??
>>>
>>> Passes '-L.' to the linker.
>>
>> :D I can see that, but what does '-L.' mean exactly?
>
> If the linker in question is ld, try `ld --help | grep \\-L` or
> `man ld`.
Thanks both, got it.
More information about the Digitalmars-d-learn
mailing list