Page 1 of 1

make error

Posted: Sun May 08, 2011 10:26 am
by acetolyne
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 -pipe -g -O2 -funsigned-char -export-dynamic -c timesynch.c
cpp: ../include/hash.h: Input/output error
make[1]: *** [timesynch.o] Error 1
make[1]: Leaving directory `/home/ircd/Unreal3.2/src'
make: *** [build] Error 2

Can someone please help me resolve this issue?
thank you for your time

Re: make error

Posted: Sun May 08, 2011 12:00 pm
by acetolyne
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

Re: make error

Posted: Sun May 08, 2011 12:07 pm
by acetolyne
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

Re: make error

Posted: Mon May 09, 2011 7:31 am
by Jobe
You need to install librt