I'm having some problems to compile ncurses. I'm compiling from my PC for arm-linux. The compilation needs running some executables that are compiled in the package. I have compiled everything OK with a little workarround that I'm not sure that is correct, I changed in the Makfile under ncurses the variable HOSTCC to gcc (instead of arm-linux-gcc that is set by the configure script) so it compiles for PC a pair of binaries such as make_keys and make_hash that are used to preapare the sources of the directory ncurses.
The problem appears while doing make install, when it tries to prepare the directory share/terminfo, it tries to run tic but this is an ARM executable. I have compiled ncurses for my PC also, and I have the share/terminfo directory, Can those files for PC be used for ARM or are they some kind of binary file? -- Rafael Rodr�guez Velilla [EMAIL PROTECTED] Telef�nica I+D http://www.tid.es Telf: +34 - 91 337 4270 _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
