Re: dmd on ubuntu installation

2009-05-11 Thread Jesse Phillips
On Sun, 10 May 2009 20:23:52 -0400, Michael P. wrote: > Jesse Phillips Wrote: >> >> As for doing this by hand. The two directories you are interested in >> are src/ and linux/ the others are just manuals and other operating >> systems. >> >> copy the files found in linux/ to /usr/local/ >> >> c

Re: dmd on ubuntu installation

2009-05-11 Thread Michael P.
Jarrett Billingsley Wrote: > On Sun, May 10, 2009 at 10:17 PM, grauzone wrote: > > > The files are probably not readable (r) or executable (x) by all other users > > (o). Try "chmod o+rx /usr/local/bin/dmd". > > Of course, prepend 'sudo' :| That worked. Thanks for everyone's help. :)

Re: dmd on ubuntu installation

2009-05-10 Thread Jarrett Billingsley
On Sun, May 10, 2009 at 10:17 PM, grauzone wrote: > The files are probably not readable (r) or executable (x) by all other users > (o). Try "chmod o+rx /usr/local/bin/dmd". Of course, prepend 'sudo' :|

Re: dmd on ubuntu installation

2009-05-10 Thread grauzone
Michael P. wrote: Michael P. Wrote: Mike Parker Wrote: Michael P. wrote: Frits van Bommel Wrote: Michael P. wrote: But when I type dmd in the terminal, I get this: mich...@ubuntu:~$ dmd bash: /usr/local/bin/dmd: Permission denied mich...@ubuntu:~$ Do you know why? Looks like you didn

Re: dmd on ubuntu installation

2009-05-10 Thread Michael P.
Michael P. Wrote: > Mike Parker Wrote: > > > Michael P. wrote: > > > Frits van Bommel Wrote: > > > > > >> Michael P. wrote: > > >>> But when I type dmd in the terminal, I get this: > > >>> > > >>> mich...@ubuntu:~$ dmd > > >>> bash: /usr/local/bin/dmd: Permission denied > > >>> mich...@ubuntu:~$

Re: dmd on ubuntu installation

2009-05-10 Thread Michael P.
Mike Parker Wrote: > Michael P. wrote: > > Frits van Bommel Wrote: > > > >> Michael P. wrote: > >>> But when I type dmd in the terminal, I get this: > >>> > >>> mich...@ubuntu:~$ dmd > >>> bash: /usr/local/bin/dmd: Permission denied > >>> mich...@ubuntu:~$ > >>> > >>> Do you know why? > >> Looks

Re: dmd on ubuntu installation

2009-05-10 Thread Mike Parker
Michael P. wrote: Frits van Bommel Wrote: Michael P. wrote: But when I type dmd in the terminal, I get this: mich...@ubuntu:~$ dmd bash: /usr/local/bin/dmd: Permission denied mich...@ubuntu:~$ Do you know why? Looks like you didn't "chmod +x" it. Zip files don't store *nix permissions...

Re: dmd on ubuntu installation

2009-05-10 Thread Michael P.
Frits van Bommel Wrote: > Michael P. wrote: > > But when I type dmd in the terminal, I get this: > > > > mich...@ubuntu:~$ dmd > > bash: /usr/local/bin/dmd: Permission denied > > mich...@ubuntu:~$ > > > > Do you know why? > > Looks like you didn't "chmod +x" it. Zip files don't store *nix perm

Re: dmd on ubuntu installation

2009-05-10 Thread Frits van Bommel
Michael P. wrote: But when I type dmd in the terminal, I get this: mich...@ubuntu:~$ dmd bash: /usr/local/bin/dmd: Permission denied mich...@ubuntu:~$ Do you know why? Looks like you didn't "chmod +x" it. Zip files don't store *nix permissions...

Re: dmd on ubuntu installation

2009-05-10 Thread Michael P.
Jesse Phillips Wrote: > > As for doing this by hand. The two directories you are interested in are > src/ and linux/ the others are just manuals and other operating systems. > > copy the files found in linux/ to /usr/local/ > > copy src/phobos to /usr/local/include/ > > With this you'd need to

Re: dmd on ubuntu installation

2009-05-10 Thread Vincenzo Ampolo
Michael P. wrote: > Okay, I've been trying to install DMD on Ubuntu for a while, but I just > can't get it. Is there an up to date guide on installing DMD on Ubuntu? Hi, If you give up installing DMD you could try ldc http://www.dsource.org/projects/ldc which has ready ubuntu packages (x86, x86

Re: dmd on ubuntu installation

2009-05-10 Thread Jesse Phillips
On Sun, 10 May 2009 17:14:12 -0400, Michael P. wrote: > Okay, I've been trying to install DMD on Ubuntu for a while, but I just > can't get it. Is there an up to date guide on installing DMD on Ubuntu? > I'm new to Linux too. :P > I've tried quite a bit of googling, and found some stuff, but quite

dmd on ubuntu installation

2009-05-10 Thread Michael P.
Okay, I've been trying to install DMD on Ubuntu for a while, but I just can't get it. Is there an up to date guide on installing DMD on Ubuntu? I'm new to Linux too. :P I've tried quite a bit of googling, and found some stuff, but quite a bit of it won't work with the latest release, where there