This response is purposely delayed since the previous reply wasn't sent
to the mailing list as requested; I don't have time to answer everyones
queries.  That's why we have a mailing list.

On Thu, Dec 20, 2001 at 03:12:43AM -0800, Srinivasan Sriram wrote:
> Hi Russell,
> 
> Thanks again. I unpacked the source from the mysql tar
> ball which i had downloaded from mysql.org and ran the
> confiure script as shown below:
> 
> ./configure --includedir=/usr/arm-linux/include/
> --oldincludedir=/usr/arm-linux/include/
> --libdir=/usr/arm-linux/lib --bindir=/usr/mysql/bin
> --sbindir=/usr/mysql/sbin

You probably want to tell configure that you're building on an x86 linux
PC, but targeting an arm-linux machine.  You probably want something like:

./configure arm-linux <other options>

or

./configure --target=arm-linux --host=i386-linux <other options>

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to