On 5/12/2011 1:20 PM, Michel Fortin wrote: > > $ dmd test.d > ld: warning: directory not found for option '-L/Library/Compilers/dmd2/osx/bin/../lib32' > > Compilation worked for me, but only because I have a libphobos2.a symlink in /usr/local/lib. Looks like osx/bin/dmd.conf wrongly points to osx/lib32 instead of the renamed osx/lib. > Fixed.