finding dmd.conf

Jesse Phillips jessekphillips at gmail.com
Fri Feb 27 20:14:40 PST 2009


On Fri, 27 Feb 2009 15:54:46 +0100, Lutger wrote:

> I'm having some trouble with dmd.conf. I set up a (soft) symbolic link
> to the dmdxxxx/bin path version I want to use, but dmd can't find
> dmd.conf:
> 
> $> which dmd
> /home/lutger/code/bin/dmd/bin/dmd
> $> dmd main.d
> object.d: module object cannot read file 'object.d' $>
> /home/lutger/code/bin/dmd/bin/dmd main.d $>
> 
> Fully specifying the path works, and putting dmd.conf in /etc also
> works, but is less than ideal. This is in bash (Konsole) on OpenSuse
> 11.1.
> 
> Anybody an idea what I am doing wrong?

I'm not sure what you mean by "symbolic link to the dmdxxxx/bin path 
version I want..."

DMD looks in only 2 places for dmd.conf, the location of the dmd 
executable, in your case /home/lutger/code/bin/dmd/bin/, and /etc/


More information about the Digitalmars-d-learn mailing list