Click to See Complete Forum and Search --> : teminal window


daman2k
02-26-2003, 03:44 PM
ok now when ever i use the ./compile command in the terminal window in redhat 8 a error cache not found and no no.

am i using the wrong program?

doublec16
02-26-2003, 04:29 PM
Usually to compile source code it's

./configure

then

make

and perhaps (as root)

make install

I've never heard of nor used the ./compile command.

JohnT
02-26-2003, 04:37 PM
# ./compile
bash: ./compile: No such file or directory

Take advantage of the "readmes" when they are included.