make error

These are old archives. They are kept for historic purposes only.
Post Reply
acetolyne
Posts: 3
Joined: Sun May 08, 2011 10:22 am

make error

Post 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
acetolyne
Posts: 3
Joined: Sun May 08, 2011 10:22 am

Re: make error

Post 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
acetolyne
Posts: 3
Joined: Sun May 08, 2011 10:22 am

Re: make error

Post 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
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: make error

Post by Jobe »

You need to install librt
Your IP: Image
Your Country: Image
Post Reply