On Tue, Aug 9, 2011 at 1:40 AM, Johannes Pfau
<spam@example.com> wrote:
Andrew Wiley wrote:
>Try `chmod +x dmd` (when in the same directory as the dmd executable).
>That should get fixed in the package though.
Shouldn't it be `chmod +x testFile`? If I read his question correctly,
compiling with dmd worked, only running the compiled program failed.
Yes, it should be. /me needs to learn him an English for great good.
However, dmd always correctly flagged files as executable for me.
@Charles could you try `chmod +x testFile` and see if it fails? The
filesystem testFile is on could be configured to disallow executing
programs.
If that's the case, we may have found a reason for DMD to emit a warning that Walter will approve!