April 03, 2007
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
April 04, 2007
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