www.digitalmars.com         C & C++   DMDScript  

D.gnu - GDC Search path

reply Charlie <charlie.fats gmail.com> writes:
Where does GDC get its -I path from ?  I tried changing dmd.conf to no 
effect, it seems to be 'magically' finding phobos, which is messing up 
my tango programming.

Thanks,
Charlie
Apr 03 2007
parent =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
Charlie wrote:

 Where does GDC get its -I path from ?  I tried changing dmd.conf to no 
 effect, it seems to be 'magically' finding phobos, which is messing up 
 my tango programming.
I believe you can use the -nostdinc option to make it skip Phobos. Or I guess you could move "std" and "object.d" out of the way... ? --anders
Apr 04 2007