June 06, 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=178

           Summary: Fixed-path locations for specific modules
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: someidiot@earthlink.net


There are two D modules that the compiler insists are in a specific location, whereas all others can be happily routed via a -I option

The two files are object.d and intrinsic.d, where the former is expected to be at the root of a -I option, and the latter is expected to be in location -I/std

It would be most helpful if these were to reside in one location instead of two. For example, if instrinsic.d were to live in the root with object.d ~~ even better would be to make them both relocatable like all the other files :)

Thanks


-- 

June 06, 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=178





------- Comment #1 from someidiot@earthlink.net  2006-06-06 17:16 -------
Er, forget the last comment ... If they were to both live together in the -I root, rather than one file in each location, it would be most helpful.


--