Re: Permission denied under Ubuntu.

2011-08-09 Thread Andrew Wiley
On Tue, Aug 9, 2011 at 1:40 AM, Johannes Pfau 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 work

Re: Permission denied under Ubuntu.

2011-08-09 Thread Johannes Pfau
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

Re: Permission denied under Ubuntu.

2011-08-08 Thread Andrew Wiley
On Mon, Aug 8, 2011 at 4:30 PM, Charles McAnany wrote: > Hi, all. > I installed dmd_2.054-0_amd64.deb on Ubuntu 11.04, and the compiler > seems to work fine, but I can't execute its output. Here's what I'm > doing: (ls to show directory contents) > > $ dmd testFile.d > $ ./testFile > bash: ./te

Permission denied under Ubuntu.

2011-08-08 Thread Charles McAnany
Hi, all. I installed dmd_2.054-0_amd64.deb on Ubuntu 11.04, and the compiler seems to work fine, but I can't execute its output. Here's what I'm doing: (ls to show directory contents) $ dmd testFile.d $ ./testFile bash: ./testFile: Permission denied testFile.d is the Hello world program exact