www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Issus with DMD 2.065

reply "Hertz" <gemprogrammers gmail.com> writes:
  Ever since I installed the latest DMD 2.065 I cant seem to 
compile and run .d files anymore. I'm installing dmd using the 
.deb file on Ubuntu. When it is installed and I try to compile a 
.d file the console gives me this.

  cannot find source code for runtime library file 'object.d'
        dmd might not be correctly installed.

Any suggestions?
Mar 03 2014
parent "John Colvin" <john.loughran.colvin gmail.com> writes:
On Tuesday, 4 March 2014 at 00:41:09 UTC, Hertz wrote:
  Ever since I installed the latest DMD 2.065 I cant seem to 
 compile and run .d files anymore. I'm installing dmd using the 
 .deb file on Ubuntu. When it is installed and I try to compile 
 a .d file the console gives me this.

  cannot find source code for runtime library file 'object.d'
        dmd might not be correctly installed.

 Any suggestions?
Chances are dmd can't find a dmd.conf, or is reading the wrong one. See http://dlang.org/dmd-linux.html#dmd_conf
Mar 04 2014