Page 1 of 1

TRE Help - Compile Errors

Posted: Fri Apr 14, 2006 10:04 pm
by H4RdC0Re
Hello, I'm experiencing some errors while trying to compile 3.2.4!

Code: Select all

..........
..........
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.     -O1 -fomit-frame-pointer -Wall -MT tre-mem.lo -MD -MP -MF ".deps/tre-mem.Tpo" -c -o tre-mem.lo tre-mem.c; \
then mv -f ".deps/tre-mem.Tpo" ".deps/tre-mem.Plo"; else rm -f ".deps/tre-mem.Tpo"; exit 1; fi
gmake[2]: *** [all] Killed
gmake[2]: Leaving directory `/home/ant1/.src/Unreal3.2/extras/tre-0.7.2/lib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/ant1/.src/Unreal3.2/extras/tre-0.7.2'
gmake: *** [all] Error 2
[ant1@li4-138 Unreal3.2]$
this is the output produced by ./Config, when it tries to compile the TRE library.. Any ideas what could be wrong? :?
Any help would be appreciated!