object.d: Error: module object is in file 'object.d' which cannot be read
Jonathan M Davis
jmdavisProg at gmx.com
Sun Mar 27 13:18:09 PDT 2011
On 2011-03-27 12:24, Ishan Thilina wrote:
> No, dmd.conf in the dmd2/linux/bin is there safely
Perhaps druntime got messed up then. Is
dmd2/src/druntime/import/object.di
there? Or did you ever mess with your dmd.conf? If you're using the default
and you've left files in place without trying to do stuff like move libraries
to /usr/lib, then it should work just fine. If you messed with dmd.conf or you
moved the standard libraries or source around without changing your dmd.conf,
then it's not going to be able to find the source or libraries.
- Jonathan M Davis
More information about the Digitalmars-d-learn
mailing list