TRE Help - Compile Errors

These are old archives. They are kept for historic purposes only.
Post Reply
H4RdC0Re

TRE Help - Compile Errors

Post 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!
Post Reply