www.digitalmars.com         C & C++   DMDScript  

D - dmd.conf for linux

reply Manfred Hansen <manfred toppoint.de> writes:
the dmd.conf file is in /etc

this is what i have try 
 
[Environment]

DFLAGS="-I% P%/home/hansen/d/dmd/src/phobos"

there i get "Segmentation fault"

DFLAGS="-I/home/hansen/d/dmd/src/phobos"

i get "Error: Error reading file 'object.d'"

"-I/home/hansen/d/dmd/src/phobos"

the same "Error: Error reading file 'object.d'"


Manfred Hansen
Aug 14 2003
parent "Walter" <walter digitalmars.com> writes:
"Manfred Hansen" <manfred toppoint.de> wrote in message
news:pan.2003.08.14.21.37.57.517195 toppoint.de...
 the dmd.conf file is in /etc

 this is what i have try

 [Environment]

 DFLAGS="-I% P%/home/hansen/d/dmd/src/phobos"

 there i get "Segmentation fault"
That's a compiler bug. I'll look into it.
 DFLAGS="-I/home/hansen/d/dmd/src/phobos"

 i get "Error: Error reading file 'object.d'"

 "-I/home/hansen/d/dmd/src/phobos"

 the same "Error: Error reading file 'object.d'"
Make sure /home/hansen/d/dmd/src/phobos/object.d exists.
Aug 14 2003