i have a strange error during compiling:
- Code: Select all
compiling TRE regex library
make all-recursive
make[1]: Entering directory `/home/s/spy/Unreal3.2/extras/tre-0.7.2'
Making all in lib
make[2]: Entering directory `/home/s/spy/Unreal3.2/extras/tre-0.7.2/lib'
make all-am
make[3]: Entering directory `/home/s/spy/Unreal3.2/extras/tre-0.7.2/lib'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -O1 -fomit-frame-pointer -Wall -MT tre-ast.lo -MD -MP -MF ".deps/tre-ast.Tpo" -c -o tre-ast.lo tre-ast.c; \
then mv -f ".deps/tre-ast.Tpo" ".deps/tre-ast.Plo"; else rm -f ".deps/tre-ast.Tpo"; exit 1; fi
../libtool: fork: Resource temporarily unavailable
make[3]: *** [tre-ast.lo] Error 1
make[3]: Leaving directory `/home/s/spy/Unreal3.2/extras/tre-0.7.2/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/s/spy/Unreal3.2/extras/tre-0.7.2/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/s/spy/Unreal3.2/extras/tre-0.7.2'
make: *** [all] Error 2
What can you suggest me on that?
P.S. Great thanks to Z for temporarily raising the disk quota.