Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

checking "return type of sprintf"

 
   Database Forums (Home) -> mySQL RSS
Next:  Library cache  
Author Message
Albrecht

External


Since: Feb 15, 2006
Posts: 1



(Msg. 1) Posted: Wed Feb 15, 2006 6:23 am
Post subject: checking "return type of sprintf"
Archived from groups: mailing>database>mysql (more info?)

Hello,

I try to cross-compile mySql 5.0.18 on a suse linux machine to
mipsel-linux.
However, configure fails:

CC=mipsel-linux-gcc LD=mipsel-linux-ld ./configure
--prefix=/usr/downloads/mySQL5/mysql-5.0.18/prefix --without-server
--host=mipsel-linux --build=i686-pc-linux-gnu
--enable-thread-safe-client --cache-file=config.cache
______
error:
....
checking "return type of sprintf"... configure: error: cannot run test
program while cross compiling
See `config.log' for more details.
______________
In configure:
...
if test "$cross_compiling" = yes; then
{ { echo "$as_me:$LINENO: error: cannot run test program while cross
compiling
See \`config.log' for more details." >&5
echo "$as_me: error: cannot run test program while cross compiling
See \`config.log' for more details." >&2;}
{ (exit 1); exit 1; }; }
else
cat >conftest.$ac_ext <<_ACEOF

Does that mean it is impossible to cross compile?
What can I do now?
I hope it is possible to provide the variable that is checked for and
comment the lines out, that quit the configure script?

Bye

Albrecht

 >> Stay informed about: checking ""return type of sprintf"" 
Back to top
Login to vote
Display posts from previous:   
   Database Forums (Home) -> mySQL All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]