On 2011-04-05 20:57, Andrej Mitrovic wrote: > On 4/5/11, Jacob Carlborg<doob at me.com> wrote: >> It's handy if you have a common directory with lib files. > > Well I've always wanted to do that, but how eactly do you set a > library search directory with Optlink/DMD? Don't know about Optlink but on Posix systems it's: -L-L/path/to/libraires -- /Jacob Carlborg