-libpath?
Tony
tonytdominguez at aol.com
Wed Feb 21 10:23:08 UTC 2018
On Wednesday, 21 February 2018 at 02:21:14 UTC, Jonathan Marler
wrote:
>>
>> If we added a new "linker-independent" flag to dmd, then you
>> could add paths using the same interface regardless of which
>> linker you are using. I'd expect the argument to be something
>> like:
>>
>> -libpath=<some-path>
>>
>> The disadvantage is it would be another command line option
>> added to DMD. If there is general agreement that this is a
>> desirable feature, I'll go ahead and implement it.
>
> no one responded to this, but I thought I would bump this to
> the front page to double check if there is any interest in this
> feature.
There is a tool that lets you call GDC and use DMD command-line
options (gdmd). If it doesn't already exist, what about a tool
that allows you to call DMD using GDC options (which I think are
the same as gcc/g++/clang/clang++)?
More information about the Digitalmars-d
mailing list