Hey, I've been away from tbaMUD for a week or two while I have been working on other projects, but now I am back, and I am trying to run tbaMUD on a new VPS host I am trying out. Unfortunately, I am getting an error when I try to configure it that I never got when I tried to run it on my current host. Here are the steps I have followed so far
1. Downloaded the current tbaMUD release via SSH using
wget
www.tbamud.com/downloads/finish/3-tbamud-releases/6-tbamud-3-63
2. Unpacked the files
3. Changed to my tbaMUD directory and typed ./configure, and this was the result:
Code:
creating cache ./config.cache
checking for less... less
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
[root@3348-3637-4240 tbamud-3.63]# sh ./configure
loading cache ./config.cache
checking for less... less
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
[root@3348-3637-4240 tbamud-3.63]# configure: error: no acceptable cc found in $PATH
-bash: configure:: command not found
What did I do wrong?