I'm trying to compile DMD for the iPhone simulator. I've modified the makefile to point to the files (SDK, g++ and so on) in <path>/iPhoneSimulator.platform. DMD compiles successfully but when I run DMD without any flags it prints:

"read error, errno = 2"

And then the regular usage information. When I try to compile a file it says:

        read error, errno = 2
        read error, errno = 2
Error: cannot read file main.d

--
/Jacob Carlborg

Reply via email to