[Issue 615] dmd does not properly read dmd.conf with Unix line-ending characters
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Dec 4 07:05:22 PST 2006
http://d.puremagic.com/issues/show_bug.cgi?id=615
------- Comment #2 from rael at zopyra.com 2006-12-04 09:05 -------
I discovered the issue after using strace under linux to track files opened
during execution of the dmd compiler. It turns out that I had copied the
original dmd.conf file to my home directory somewhere along the way and dmd was
using that instead of the one in /etc.
I don't know if it would be worth it, but perhaps it might be useful to have
the '-v' option to dmd cause dmd to emit information about the configuration
file it thinks it is reading.
--
More information about the Digitalmars-d-bugs
mailing list