mongolito404
Member
Hoi,
I'm trying to get ncurses for my build env. According to luteijn patch is needed. So I downloaded the source and try to compile it using the classic "./configure; make; make install".
To configure, I used "./configure --host=arm-linux --build=i686 --with-shared --prefix=/usr/local/devkitPro/devkitGP2X". It works and find everything it needs, reports a cross compilation and detects both my native compiler (gcc) and my target compiler (arm-linux-gcc). 'make ' goes fine too, without any error. But 'make isntall' don't. It complains about 'tic' not being an executable for my build environment. I've been told to use the "--disable-tic" but it has ne effect.
What did I do wrong ?
I'm trying to get ncurses for my build env. According to luteijn patch is needed. So I downloaded the source and try to compile it using the classic "./configure; make; make install".
To configure, I used "./configure --host=arm-linux --build=i686 --with-shared --prefix=/usr/local/devkitPro/devkitGP2X". It works and find everything it needs, reports a cross compilation and detects both my native compiler (gcc) and my target compiler (arm-linux-gcc). 'make ' goes fine too, without any error. But 'make isntall' don't. It complains about 'tic' not being an executable for my build environment. I've been told to use the "--disable-tic" but it has ne effect.
What did I do wrong ?