[Issue 14572] New: cannot build dmd from source anymore: 'g++ -m64: No such file or directory'

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon May 11 01:13:42 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14572

          Issue ID: 14572
           Summary: cannot build dmd from source anymore: 'g++ -m64: No
                    such file or directory'
           Product: D
           Version: D2
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: regression
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: timothee.cour2 at gmail.com

git clone git://github.com/D-Programming-Language/dmd.git
cd dmd
make -f posix.mak MODEL=64

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src -f posix.mak
no cpu specified, assuming X86
dmd idgen.d
g++ -m64: No such file or directory
--- errorlevel 255
make[1]: *** [idgen] Error 255
make: *** [all] Error 2

(on OSX 10.10.3)

--


More information about the Digitalmars-d-bugs mailing list