Im having some issues compiling my eggdrop bot.. After I issue the ./configure and let it do its thing. I then do a make config, like it tells me to do, but it gives me an error.
Operating System: Linux 2.6.18-6-686
If you experience any problems compiling Eggdrop, please read the
compile guide, found in doc/COMPILE-GUIDE.
Type 'make config' to configure the modules, or type 'make iconfig'
to interactively choose which modules to compile.
netops@solo:~/eggdrop1.6.19$ make config
-bash: make: command not found
netops@solo:~/eggdrop1.6.19$ make iconfig
-bash: make: command not found
It would seem this system lacks "make", a dependancy-monitoring tool used for automated builds and similar.
If you are the admin of this system, "apt-get make", should do the trick. You should probably check that all other packages/libraries needed have also been installed.
If you are not the admin, contact him/her.