[dmd-beta] dmd 2.063 beta

Walter Bright walter at digitalmars.com
Mon Apr 29 14:28:56 PDT 2013


On 4/29/2013 1:45 PM, Mike Wey wrote:
> On 04/29/2013 08:51 PM, Walter Bright wrote:
>>> But if it's just for on library you could use -l:libphobos2.a or
>>> -l:libphobos2.so to tell the linker which version to link with.
>>
>> The linker rejected that, it wants a name without the "lib" prefix and
>> ".a" suffix.
>>
>
> You should be able to specify the complete library name if you prefix it with 
> a colon. This option was added to ld in version 2.18 which was released in 2007.
>

I didn't know that. I'll give it a try.


More information about the dmd-beta mailing list