This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Need assistant to cross compile mediatomb for mipsel architecture


Hi, 
i'm trying to cross compile mediatomb for mipsel architecture, when in source folder of the project i run 
+---
./configure --host=mipsel-linux --prefix=/home/xtreamer/mediatomb_mipsel --disable-ffmpeg --disable-debug-log
+---
i get the following error:
+---
checking sqlite3.h usability... no
checking sqlite3.h presence... no
checking for sqlite3.h... no
checking /usr/local/include/sqlite3.h usability... yes
checking /usr/local/include/sqlite3.h presence... yes
checking for /usr/local/include/sqlite3.h... yes
checking for sqlite3_open in -lsqlite3... no
checking for sqlite3_open in -lsqlite3... no
checking for mysql_config... none
checking for mysql_config... none
mysql_config not found, please install the mysql devel package
configure: none could not be executed or returned invalid values
configure: error: Support of at least one of mysql or sqlite3 must be configured
+---
perhaps i have the dev package of sqlite3 installed, its look like the toolchain didn't recognize or can't find needed librarry.
Can anybody tell me how can solve this problem ?
Thanks in advance.

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]