Compiling on Freebsd 5.4

These are old archives. They are kept for historic purposes only.
Post Reply
soulfly
Posts: 11
Joined: Tue Apr 25, 2006 10:27 am

Compiling on Freebsd 5.4

Post by soulfly »

Hey guys...i just tried to compile Unreal3.2.3(!!) on FreeBSD v5.4 for testings. ./Config works fine as usual. But on make or even gmake I get an error look below

Code: Select all

lcrypt -lssl -lcrypto
ircd.o(.text+0xf6f): In function `main':
/usr/home/testuser/Unreal3.2/src/ircd.c:1212: undefined reference to `tre_version'
*** Error code 1

Stop in /usr/home/testuser/Unreal3.2/src.
*** Error code 1

Stop in /usr/home/testuer/Unreal3.2.
Thanks in advance
greetz soulfLy
I wanted to change the world, but god encrypted the sourcecode.
wax
Posts: 72
Joined: Tue Oct 04, 2005 6:32 am
Location: ByNets@Belarus
Contact:

Post by wax »

try to compile 3.2.5 version
elskwi
Posts: 4
Joined: Wed Jun 13, 2007 3:59 pm

Hello

Post by elskwi »

Maybe you need to install
tre-0.7.x
Post Reply