http://bugs.winehq.org/show_bug.cgi?id=14920 --- Comment #39 from Charles Davis <cdavis(a)mines.edu> 2009-07-26 22:42:09 --- (In reply to comment #38)
$ sudo cp -R /tmp/ld64.dst / # Installs ld64 to /usr/bin Oops... this won't work. All it does is create a directory in root named ld64.dst. It's just that my experience with the `cp' command on Mac OS is that if the source is a directory and the -R option is passed, the contents of the directory get copied to the destination (instead of the directory itself); this happens when copying bundles, for example. Maybe it behaves differently with the root directory as a destination. In any case, I really, really, REALLY need to get in the habit of trying my solutions before posting them. Again, this is my bad, so don't blame yourself if you tried this and it doesn't work.
To really install ld64, you need to make a small modification to that command: $ sudo cp -R /tmp/ld64.dst/* / THAT will install everything into their proper locations. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.