Hi All,
I have been trying to compile the xfree86 and am facing some issues. The compilation goes fine. But when i try to run make install, i run into the following error.
/***********************************************//
rm -f xterm
/home/vinod/arm-linux/bin/`echo /home/vinod/arm-linux/bin/arm_v5t_le-gcc|sed "s%.*/%%"` -o xterm -O2 -fsigned-char -L../../exports/lib button.o charproc.o charsets.o cursor.o
data.o doublechr.o fontutils.o input.o menu.o misc.o print.o ptydata.o screen.o scrollbar.o tabs.o util.o xstrings.o TekPrsTbl.o Tekproc.o VTPrsTbl.o main.o charclass.o precompose.o
wcwidth.o xutf8.o -lXft -lfontconfig -lfreetype -lexpat -lXrender -lXrender -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -L/home/vinod/arm-linux/bin/arm-linux/lib -ltermcap
/home/vinod/arm-linux/bin/../lib/gcc-lib/armv5tl-hardhat-linux/3.3.1/../../../../armv5tl-hardhat-linux/bin/ld: cannot find -ltermcap
collect2: ld returned 1 exit status
make[3]: *** [xterm] Error 1
make[3]: Leaving directory `/home/vinod/vinod/xwin/xc/programs/xterm'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/vinod/vinod/xwin/xc/programs'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/vinod/vinod/xwin/xc'
make: *** [install] Error 2
/***********************************************//
The commands i ran are
# make World CROSSCOMPILEDIR=/home/vinod/arm-linux/bin
# make install DESTDIR=/home/vinod/vinod/xwin/target CROSSCOMPILEDIR=/home/vinod/arm-linux/bin
Thanks,
Vinod