On Saturday, 14 April 2012 at 14:05:19 UTC, Tyro[17] wrote:
On Saturday, 14 April 2012 at 14:01:51 UTC, David Nadlinger wrote:
On Saturday, 14 April 2012 at 13:57:11 UTC, Adam D. Ruppe wrote:
On Saturday, 14 April 2012 at 13:48:46 UTC, Tyro[17] wrote:
-bash: /usr/bin/dmd: cannot execute binary file

Perhaps running the 32 bit bin on a 64 bit system?

This is not a problem on OS X. I'm building DMD from source, so I can't comment on the specific problem, but what does »file /usr/bin/dmd« print?

David

/usr/bin/dmd: data

Cause found resolution still out of reach. The problem is that Apple changed the way they created aliases for executables in the Lion. I
thought I found the resolution to the problem
(put an alias into .bash_profile for dmd) but I just ran into this:

$ dmd pe9
object.d: Error: module object is in file 'object.d' which cannot be read
import path[0] = /usr/share/dmd/bin/../../src/phobos
import path[1] = /usr/share/dmd/bin/../../src/druntime/import

Reply via email to