problem with compling
mandel
foo at bar.com
Thu Jul 12 09:07:37 PDT 2007
Dnoob Wrote:
> I've wrote program in D which outputs "Hello D!", I saved it as hello.d however, when I try to compile it using dmd, it outputs like this.
>
> C:\dten>dmd hello.d
> object.d: module object cannot read file 'object.d'
>
> Someone please help me! :(
dmd can't find the standard lib folder. You need to adjust your environment path variables.
Since I'm not familiar with Windows, I can't give you a better advice.
More information about the Digitalmars-d
mailing list