www.digitalmars.com         C & C++   DMDScript  

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

reply d-bugmail puremagic.com writes:
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 puremagic.com
        ReportedBy: mike.kinney 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: -------
Jul 16 2009
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3186


Walter Bright <bugzilla digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla digitalmars.com
         Resolution|                            |FIXED





13:26:45 PDT ---
Fixed dmd 1.047 and 2.032

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 03 2009