mysql-cross compilation problem

2006-06-20 Thread Vishal Pathak
Hi all, I have been trying to cross compile mysql4.0.27 for an Intel-XScale based ARM board on a i686-Linux PC. I have run configure with the following command line options: $ CC=$PATH/arm-linux-gcc LD=$PATH/arm-linux-ld ./configure -C -–build=i686-linux -–host=arm-linux -–target=arm-linux It

mysql-arm cross compilation problem

2006-06-20 Thread Vishal Pathak
Hi all, I have download the mysql-4.0.27. And I am trying to cross compile it for Intel-XScale ARM processor on Linux-2.4.20. I have run the configure command as follows # CC=$PATH/arm-linux-gcc LD=$PATH/arm-linux-ld ./configure -C --host=arm-linux This gives the error as follows (last few lines