Search found 3 matches

by acetolyne
Sun May 08, 2011 12:07 pm
Forum: Unreal 3.2 Support
Topic: make error
Replies: 3
Views: 1854

Re: make error

now I get a seperate error of

-ldl -L../extras/regexp/lib -ltre -lcares -lrt
ld: cannot open -lrt: No such file or directory
make[1]: *** [ircd] Error 1
make[1]: Leaving directory `/home/ircd/Unreal3.2/src'
make: *** [build] Error 2

not sure why Im having so much trouble but any help is appriciated
by acetolyne
Sun May 08, 2011 12:00 pm
Forum: Unreal 3.2 Support
Topic: make error
Replies: 3
Views: 1854

Re: make error

dang it sorry found my problem, seems it was uncompressing wrong I used
tar xvfz Unreal3.2.8.1.tar.gz

This cause corrupted files soon as I used

gunzip -d Unreal3.2.8.1.tar.gz
tar xvf Unreal3.2.8.1.tar

everything went fine so sorry for the post but hope it helps someone in the future
by acetolyne
Sun May 08, 2011 10:26 am
Forum: Unreal 3.2 Support
Topic: make error
Replies: 3
Views: 1854

make error

hello Im having trouble installing the error pops up when I run make [root@myqube Unreal3.2]# make Building src make[1]: Entering directory `/home/ircd/Unreal3.2/src' gcc -I../include -I/home/ircd/Unreal3.2/extras/regexp/include -I/home/ircd/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pi...