[Issue 7039] New: Posix 2.057 Makefile error breaking 64bit build

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 30 15:55:50 PST 2011


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 at puremagic.com
        ReportedBy: sascha at heylik.at


--- Comment #0 from Sascha Heylik <sascha at heylik.at> 2011-11-30 15:54:46 PST ---
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: -------


More information about the Digitalmars-d-bugs mailing list