On Wed, 06 May 2015 19:52:42 +0000, 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?
It adds '.' to the list of directories which the linker will search when looking for the required libraries.