cross compile problem
Posted by: chul sakong
Date: November 03, 2004 10:16AM

Hi~

I try to cross compile.(to arm-linux, mysql-4.1.7)
use to arm-linux-gcc 2.95.3

I saw error msg, that
----------
Making all in client
make[2]: Entering directory `/home/iron/mysql-4.1.7/client'
/bin/sh ../libtool --preserve-dup-deps --mode=link g++ -O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti -rdynamic -o mysql mysql.o readline.o sql_string.o completion_hash.o ../cmd-line-utils/libedit/libedit.a /usr/local/ncurses-arm/lib/libncurses ../libmysql/libmysqlclient.la -lcrypt -lnsl -lm -lz
g++ -O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti -rdynamic -o .libs/mysql mysql.o readline.o sql_string.o completion_hash.o /usr/local/ncurses-arm/lib/libncurses ../cmd-line-utils/libedit/libedit.a ../libmysql/.libs/libmysqlclient.so -lcrypt -lnsl -lm -lz -Wl,--rpath -Wl,/usr/local/MYSQL.4.1.7-ARM//lib/mysql
g++: /usr/local/ncurses-arm/lib/libncurses: No such file or directory
make[2]: *** [mysql] Error 1
make[2]: Leaving directory `/home/iron/mysql-4.1.7/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/iron/mysql-4.1.7'
make: *** [all] Error 2
-------------


but,
I used gcc296(for x86)...
not problem....

help. me.....

Options: ReplyQuote


Subject
Written By
Posted
cross compile problem
November 03, 2004 10:16AM
November 03, 2004 10:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.