Page 1 of 1

Unreal3.2.4 On FreeBSD

Posted: Fri Feb 03, 2006 8:45 pm
by Ru
I went to install this on one of my systems, (FreeBSD very base, 5.4)

./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

Posted: Fri Feb 03, 2006 10:01 pm
by Syzop
Use 'make', not 'gmake'.

EDIT: Actually this is already in the FAQ

Posted: Fri Feb 03, 2006 11:18 pm
by Ru
Syzop wrote:Use 'make', not 'gmake'.

EDIT: Actually this is already in the FAQ
Was an alias in bash making it run gmake instead :) thanks for the prompt reply.

Posted: Sat Feb 04, 2006 1:11 pm
by Syzop
lol, ok ;p