Hello all,
I have a custom application that runs on Qt4/X11 and uses MySQL 4.1 and am wondering how hard it will be to get to run on a Zaurus (I'm thinking C1000). I realize that Qt4/Embedded is not quite released yet, but Trolltech has snapshots of it on their website, and it shouldn't be too long. I assume I can just get a Debian package of MySQL 4.1 and the binaries/libraries should work.? My main question is how to do the linking with MySQL. Right now, I can just add -lmysqlclient and my app compiles. But how will I do that with the cross-compiler (I don't know too much about cross-compiling). Also, does anyone have any knowledge about how fast MySQL will run on a Zaurus? I plan on putting my DB ( < 200MB) on a CompactFlash Card (40x). Any/all info related to this is appreciated. Thanks.
Josh