www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7039] New: Posix 2.057 Makefile error breaking 64bit build

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7039

           Summary: Posix 2.057 Makefile error breaking 64bit build
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody puremagic.com
        ReportedBy: sascha heylik.at



The Phobos makefile (posix.mak) does not specify the architecture for building
druntime, which defaults to 32bit even on if Phobos is being compiled for
64bit, the result is a broken lib.

My fixed Makefile passes the MODEL=64 parameter down to druntime's make
process, resulting in nice and working builds on both, 32 and 64bit systems. I
will post it in just a sec.

Happy hacking on 64 bit systems :P
- Sascha Heylik

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 30 2011
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7039




Fix: https://github.com/D-Programming-Language/phobos/pull/339

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 30 2011
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7039


Brad Roberts <braddr puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |braddr puremagic.com
         Resolution|                            |FIXED



---
https://github.com/D-Programming-Language/phobos/commit/09c57ffe7580359be33712ddcec7e56e5581b78b

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Nov 30 2011