https://issues.dlang.org/show_bug.cgi?id=16494
Timothee Cour <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Timothee Cour <[email protected]> --- was caused by installing linuxbrew on a mounted directory, except that the $HOME variable was ran on another machine when installed the first time, and had a different value from the $HOME on the machine where it was run a 2nd time. What's weird is that the dmd.conf file existed at the correct location but DFLAGS defined there were wrong (pointing to old home); not sure why dmd -v|grep Config would return Config file: (null) in that case cat $HOMEBREW_PREFIX/etc/dmd.conf [Environment] DFLAGS=-I/home/old_name/.linuxbrew/Cellar/dmd/2.071.1/include/dlang/dmd -L-L/home/old_name/.linuxbrew/Cellar/dmd/2.07 1.1/lib --
