Permission denied under Ubuntu.
Johannes Pfau
spam at example.com
Tue Aug 9 01:40:59 PDT 2011
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.
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.
--
Johannes Pfau
More information about the Digitalmars-d-learn
mailing list