./Config runs fine but on
make
i encounter an error. (Pasted below are the last couple of lines)
I have also tested on a 5.4 system and came up with the same error.
Code: Select all
cd modules; make 'CFLAGS=-I../include -I/home/admin/Unreal3.2/extras/regexp/include -I/home/admin/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -export-dynamic ' 'CC=gcc' 'IRCDLIBS=-lcrypt -L/home/admin/Unreal3.2/extras/regexp/lib -ltre -L../extras/c-ares/lib -lcares' 'LDFLAGS=' 'IRCDMODE=711' 'BINDIR=/home/admin/Unreal3.2/src/ircd' 'INSTALL=/usr/bin/install' 'INCLUDEDIR=../include' 'IRCDDIR=/home/admin/Unreal3.2' 'MANDIR=' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch' 'RES=' 'SHELL=/bin/sh' 'STRTOUL=' 'CRYPTOLIB=' 'CRYPTOINCLUDES=' 'URL=' all
make: don't know how to make w. Stop
gmake[1]: *** [mods] Error 2
gmake[1]: Leaving directory `/home/admin/Unreal3.2/src'
gmake: *** [build] Error 2