vote up 0 vote down star

does anybody know how to run dmd under linux? i downloaded the tango linux binary and extracted it to a special folder. i call "export PATH..." but when i tried to run dmd all i get was

bash: /home/user/dmd/bin/dmd: No such file or directory

sorry im new to linux and just installed ubuntu 9.04 64bit.

thanks.

flag
1  
Welcome to Stack Overflow! This question is probably more appropriate for superuser.com - I have voted to move it there. Once five people vote, it will move automatically. – Greg Hewgill Sep 6 at 9:54
Could it be a 32-bit vs 64-bit issue? Is the package you downloaded 64-bit? – mikem Sep 6 at 10:04
im not sure, it's a generic linux package is from tango website – remy Sep 6 at 10:15
What was the name of the special folder? and what did you set PATH to? – Mark Sep 6 at 17:16
- download file, tango-0.99.8-bin-linux-dmd.1.041.tar.gz - extracted to /home/user/dmd/ folder, so there are /home/user/dmd/bin/ .... etc. - call up 'export PATH=/home/user/dmd/bin:$PATH' in terminal - tried to run dmd with command 'dmd' and it returns bash: /home/user/dmd/bin/dmd: No such file or directory – remy Sep 6 at 23:20

1 Answer

vote up 0 vote down

sorry mark, formatting screwed up in comments above,

  • download file, tango-0.99.8-bin-linux-dmd.1.041.tar.gz
  • extracted to /home/user/dmd/ folder, so there are /home/user/dmd/bin/ .... etc.
  • call up 'export PATH=/home/user/dmd/bin:$PATH' in terminal
  • tried to run dmd with command 'dmd' and it returns

bash: /home/user/dmd/bin/dmd: No such file or directory

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.