D.gnu - GDC Search path
- Charlie (5/5) Apr 03 2007 Where does GDC get its -I path from ? I tried changing dmd.conf to no
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (4/7) Apr 04 2007 I believe you can use the -nostdinc option to make it skip Phobos.
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
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