D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 3186 - corrections for http://www.digitalmars.com/d/2.0/dmd-osx.html
Summary: corrections for http://www.digitalmars.com/d/2.0/dmd-osx.html
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: Other Mac OS X
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 22:53 UTC by Mike Kinney
Modified: 2015-06-09 01:28 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Mike Kinney 2009-07-16 22:53:54 UTC
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.
Comment 1 Walter Bright 2009-09-03 13:26:45 UTC
Fixed dmd 1.047 and 2.032