Javid Sumayya
2004-02-01 01:50:15 UTC
hi
I am having problems in running SAT.c file.
First I compiled it by writing make
then i ran it by typing ./SAT
I get an error saying "command not found"
I have copied below exactly what I wrote.
I can't figure out what I'm doing wrong.
p12.ecf% make
gcc -c -Wall -g SAT.c
gcc main.o SAT.o SAT_given.o -o satverify
p12.ecf% ./SAT
./SAT: Command not found.
Thankx
I am having problems in running SAT.c file.
First I compiled it by writing make
then i ran it by typing ./SAT
I get an error saying "command not found"
I have copied below exactly what I wrote.
I can't figure out what I'm doing wrong.
p12.ecf% make
gcc -c -Wall -g SAT.c
gcc main.o SAT.o SAT_given.o -o satverify
p12.ecf% ./SAT
./SAT: Command not found.
Thankx