Bug 359 – configure bug with multi-os-directory

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
PowerPC
OS
Linux
Creation time
2006-09-21T07:36:00Z
Last change time
2015-06-09T01:31:15Z
Keywords
patch
Assigned to
dvdfrdmn
Creator
afb

Attachments

IDFilenameSummaryContent-TypeSize
30gdc-0.19-multi_os-dir.patchgdc-0.19-multi_os-dir.patchtext/plain949

Comments

Comment #0 by afb — 2006-09-21T07:36:29Z
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)
Comment #1 by afb — 2006-09-21T07:37:03Z
Created attachment 30 gdc-0.19-multi_os-dir.patch
Comment #2 by braddr — 2006-11-25T15:08:19Z
Mass reassignment of gdc bugs from me to David.
Comment #3 by dvdfrdmn — 2007-03-08T20:17:20Z
Fixed in release 0.23