Re: finding dmd.conf

2009-03-01 Thread Georg Wrede
Lutger wrote: Jesse Phillips wrote: 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 dmd/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.

Re: finding dmd.conf

2009-02-28 Thread Lutger
Jesse Phillips wrote: > 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 dmd/bin path version I want to use, but dmd can't find >> dmd.conf: >> >> $> which dmd >> /home/lutger/code/bin/dmd/bin/dmd >> $> dm

Re: finding dmd.conf

2009-02-27 Thread Jesse Phillips
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 dmd/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

Re: finding dmd.conf

2009-02-27 Thread Lutger
Moritz Warning wrote: ... > Have you tried to add your dmd/bin to your PATH environment variable? Yes it's there and dmd got properly picked up by the 'which' command.

Re: finding dmd.conf

2009-02-27 Thread Moritz Warning
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 dmd/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

finding dmd.conf

2009-02-27 Thread Lutger
I'm having some trouble with dmd.conf. I set up a (soft) symbolic link to the dmd/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