[Issue 4002] dmd.conf and binary path in dmd -v output

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 24 20:16:35 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4002



--- Comment #2 from Moritz Warning <moritzwarning at web.de> 2010-03-24 20:16:33 PDT ---
The path for the dmd binary path is not absolute (Ubuntu 32bit):

$dmd main.d -v
binary    dmd
version   v1.058
config    /opt/dmd/bin/dmd.conf
parse     main
importall main
import    object        (/opt/dmd/bin/../import/object.di)
[..]

The necessary code should be in inifile.c.
DMD needs to look for the dmd.conf at the same place the dmd binary is.


Thanks!

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list