Unreal3.2.4 On FreeBSD

These are old archives. They are kept for historic purposes only.
Post Reply
Ru
Posts: 2
Joined: Fri Feb 03, 2006 8:40 pm

Unreal3.2.4 On FreeBSD

Post 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
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Use 'make', not 'gmake'.

EDIT: Actually this is already in the FAQ
Ru
Posts: 2
Joined: Fri Feb 03, 2006 8:40 pm

Post 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.
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

lol, ok ;p
Post Reply