www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 1939] New: dmd fails to create x86_64 object files

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

           Summary: dmd fails to create x86_64 object files
           Product: D
           Version: 2.012
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: lindevel gmx.net


dmd does not create x86_64 object files and there even seems to be no way to
tell it for what architecture to compile.


-- 
Mar 25 2008
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1939


fvbommel wxs.nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
         OS/Version|Linux                       |All
            Version|2.012                       |unspecified





This isn't a bug; nowhere does it say DMD is supposed to be able to generate
64-bit code. It's just an x86 compiler.
At best, this is an enhancement request. I'm leaving it open as such, since I
couldn't find one for this yet.

If you want to generate 64-bit code, I'd suggest GDC: get the debian/ubuntu
package (if appropriate) or go to <http://dgcc.sourceforge.net/>.
Note that the svn version currently has some bugfixes since the last released
version (0.24), so if you're getting it from sourceforge you may want to try
compiling from svn. (The packages in the debian & ubuntu repositories should
already include those fixes)


-- 
Mar 25 2008
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1939


Andrei Alexandrescu <andrei metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrei metalanguage.com
         Resolution|                            |LATER



15:18:15 PST ---
Coming soon to a compiler near you.

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