Hi,
I have downloaded mysql-5.0.90 and I am trying to build it for arm-linux-gnueabihf-
I tried to execute the following command as shown below on ubuntu machine:
./configure --host=arm-linux CC=arm-linux-gnueabihf-gcc CXX=arm-linux-gnueabihf-g++ LD=arm-linux-gnueabihf-ld CFLAGS="-O3" CXXFLAGS="-O3"
It is generating the following error:
checking for termcap functions library... configure: error: No curses/termcap library found
Can you guide me on how to resolve the above error and how to configure mysql for ti sdk6.
I tried to execute ./configure and it has generated Makefile properly, but when I give parameter like --host=arm-linux command as shown above, I am getting the error.
Please suggest me in this regard.
Regards,
Ajith