[Issue 359] New: configure bug with multi-os-directory

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 21 05:36:31 PDT 2006


http://d.puremagic.com/issues/show_bug.cgi?id=359

           Summary: configure bug with multi-os-directory
           Product: GDC
           Version: 0.19
          Platform: Macintosh
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: glue layer
        AssignedTo: braddr at puremagic.com
        ReportedBy: afb at algonet.se


It seems that configure picks the wrong multi-os dir:
phobos_toolexecdir = ${libdir}/gcc/${host_alias}
phobos_toolexeclibdir = /../lib64
toolexecdir = $(phobos_toolexecdir)
toolexeclibdir = $(phobos_toolexeclibdir)

Should have been /usr/lib/../lib64 (i.e. /usr/lib64),
but seems that it used the wrong variable for that ?
On non-multi targets, the multi-os-directory is "."
so that escaped this bug (due to different code path)


-- 




More information about the D.gnu mailing list