problem with gdc for OSX?
    MLT 
    none at anon.com
       
    Tue Apr 21 05:35:55 PDT 2009
    
    
  
Jacob Carlborg Wrote:
> DFLAGS is working for me. I've placed dmd.conf in the same folder as 
> dmd. Mac OS X doesn't have /etc by default.
That was the problem:
dmd.conf was copied to /usr/local/bin
The copy in /etc did nothing. The copy in /usr/local/bin was overriding any DFLAGS I set.
And I couldn't get dmd to tell me where the config file that it is using is.
    
    
More information about the Digitalmars-d-learn
mailing list