Pls could you someone to help with compilingdead souls mudlib via ssh ?
here is information hot to compile deadsouls mudlib ...
http://dead-souls.net/ds-inst-faq.htmli m trying to reproduce steps from here but there is waht i get :
./configure
Option selected: ds
Preparing to build standard MudOS driver ...
Trying out some stuff to see what works; ignore errors ...
gmake: Nothing to be done for `nothing'.
Using standard a.out for compiler default executable
./build.FluffOS: line 199: xlc: command not found
./build.FluffOS: line 206: /usr/bin/gcc: Permission denied
./build.FluffOS: line 222: clcc: command not found
./build.FluffOS: line 229: /usr/bin/cc: Permission denied
FATAL ERROR: Cannot find a C compiler
Moving around some DS specific files...
File moves done
Copying local_options.ds to local_options
No MinGW config needed.
No Wolfpaw config needed.
./configure: line 105: ulimit: open files: cannot modify limit: Operation not permitted
Configuration script complete.
m283jar@haroldmud.mudhosting.net [~/mud/ds3.6/fluffos-2.23-ds01]# make
make
rm -f cc.h
echo "/* this file automatically generated by the Makefile */" > cc.h
echo '#define COMPILER "cc"' >> cc.h
echo '#define OPTIMIZE ""' >> cc.h
echo '#define CFLAGS " "' >> cc.h
echo '#define OBJDIR ""' >> cc.h
cc -o /edit_source.o -c edit_source.c
make: execvp: cc: Permission denied
make: *** [/edit_source.o] Error 127
m283jar@haroldmud.mudhosting.net [~/mud/ds3.6/fluffos-2.23-ds01]#
make install
cc -o /edit_source.o -c edit_source.c
make: execvp: cc: Permission denied
make: *** [/edit_source.o] Error 127