Re: Reg cross compilation issue

2015-10-27 Thread $rik@nth
Thank you Axel for the reply. I will try cross compiling the libraries to arm and then compile screen. FYI, I am using Ubunut machine with arm chroot. On Wed, Oct 28, 2015 at 12:56 AM, Axel Beckert wrote: > Hi, > > On Tue, Oct 27, 2015 at 08:33:32PM +0530, $rik@nth wrote: >> I am trying to cros

Re: Reg cross compilation issue

2015-10-27 Thread Axel Beckert
Hi, On Tue, Oct 27, 2015 at 08:33:32PM +0530, $rik@nth wrote: > I am trying to cross compile the screen for arm and getting stuck > while linking the ncurses libraries. [...] > /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/../../../../arm-linux-gnueabi/bin/ld: > cannot find -lncurses [...] > I have cr

Reg cross compilation issue

2015-10-27 Thread $rik@nth
Hi, I am trying to cross compile the screen for arm and getting stuck while linking the ncurses libraries. Screen version i am trying screen-4.0.3. arm-linux-gnueabi-gcc -o screen screen.o ansi.o fileio.o mark.o misc.o resize.o socket.o search.o tty.o term.o window.o utmp.o loadav.o putenv.o he