<div class="gmail_quote">On Mon, Aug 8, 2011 at 4:30 PM, Charles McAnany <span dir="ltr"><<a href="mailto:mcanance@rose-hulman.edu">mcanance@rose-hulman.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi, all.<br>
I installed dmd_2.054-0_amd64.deb on Ubuntu 11.04, and the compiler<br>
seems to work fine, but I can't execute its output. Here's what I'm<br>
doing: (ls to show directory contents)<br>
<br>
$ dmd testFile.d<br>
$ ./testFile<br>
bash: ./testFile: Permission denied<br>
<br>
testFile.d is the Hello world program exactly as it appears on page 1<br>
of TDPL.<br>
<br>
Has anyone else had this issue? If it helps, I let the software center<br>
thing do the installing, so if I need to manually change the<br>
permission of something, I probably haven't done that.<br></blockquote><div><br></div><div>Try `chmod +x dmd` (when in the same directory as the dmd executable).</div><div>That should get fixed in the package though.</div>
</div><br>