Discussion:
permission denied when trying to compile
(too old to reply)
Hammad Imad
2004-01-24 02:10:10 UTC
Permalink
After i "make" my file, i type ./hangman.c to run it and it says
permission denied! whats that supposed to mean?
what am i doing wrong now?
Moayad Fahim Ali
2004-01-24 06:32:50 UTC
Permalink
You should be running the executable generated after using "make", which
is "hangman", not "hangman.c" (the same applies for the other two
programs).

Use: ./hangman

Please refer to Alexander's post on January 8th: "Re: How do we run
programs in C" for more detail.
Post by Hammad Imad
After i "make" my file, i type ./hangman.c to run it and it says
permission denied! whats that supposed to mean?
what am i doing wrong now?
Javid Sumayya
2004-01-24 06:02:25 UTC
Permalink
On Sat, 24 Jan 2004, Hammad Imad wrote:

try using ./hangman to run the program
Post by Hammad Imad
After i "make" my file, i type ./hangman.c to run it and it says
permission denied! whats that supposed to mean?
what am i doing wrong now?
Loading...