[Issue 3186] New: corrections for http://www.digitalmars.com/d/2.0/dmd-osx.html

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 16 22:53:55 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=3186

           Summary: corrections for
                    http://www.digitalmars.com/d/2.0/dmd-osx.html
           Product: D
           Version: 2.031
          Platform: Other
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: nobody at puremagic.com
        ReportedBy: mike.kinney at gmail.com


Corrections for: http://www.digitalmars.com/d/2.0/dmd-osx.html
1) it still refers to the dmd directory, but all directory references should be
dmd2
2) there is no "rdmd", so this line:
   chmod u+x dmd/osx/bin/{dmd,dumpobj,obj2asm,rdmd}
should probably be:
   chmod u+x dmd2/osx/bin/{dmd,dumpobj,obj2asm}
3) probably have to use "sudo":
   cp dmd/osx/bin/dmd.conf /etc
should probably be:
   sudo cp dmd2/osx/bin/dmd.conf /etc
4) probably have to use "sudo":
   cp dmd/osx/lib/libphobos2.a /usr/lib
should probably be:
   sudo cp dmd2/osx/lib/libphobos2.a /usr/lib
5) Cannot find "shell" or "shell.exe" for osx, so this line:
   /dmd/bin/shell all.sh
is probably not applicable to osx, or if it is, then all.sh needs to be
changed.

-- 
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