Okay I have a unique issue. I have a dedicated Ubuntu machine that I want to use to develop the MUD and run it on in the beginning. I've downloaded the DBSaga codebase from smaugmuds.org but have been unable to run the make file without errors.
(https://www.smaugmuds.org/files/DBSC-252-152/)
Here are the last five lines that appear in the console after running make after running make clean:
collect2: error: ld returned 1 exit status
Makefile:74: recipe for target 'dbs' failed
make[1]: *** [dbs] Error 1
Makefile:71: recipe for target 'all' failed
make: *** [all] Error 2
Interestingly enough I also have a CentOS7 virtual machine that I have for testing and it is able to compile just fine without issues. I really don't want to have to copy everything over to a virtual machine each time I need to compile the code. I know that CentOS is based on Red Hat but I would think they should both be able to compile the code. Can someone help me out?
(https://www.smaugmuds.org/files/DBSC-252-152/)
Here are the last five lines that appear in the console after running make after running make clean:
collect2: error: ld returned 1 exit status
Makefile:74: recipe for target 'dbs' failed
make[1]: *** [dbs] Error 1
Makefile:71: recipe for target 'all' failed
make: *** [all] Error 2
Interestingly enough I also have a CentOS7 virtual machine that I have for testing and it is able to compile just fine without issues. I really don't want to have to copy everything over to a virtual machine each time I need to compile the code. I know that CentOS is based on Red Hat but I would think they should both be able to compile the code. Can someone help me out?