sqlite should build shared libs for powerpc (cross) just fine.
My suggestion is there are two places to look. First make sure your cross compilers function properly. (Normally this "just works".)
Second look in the configure script helpers for a powerpc (might be labeled mklinux) check. Older versions of configure has a check for PowerPC linux to conver a situation that occurred WAY back in 1996 or so... a lot of folks are still running into this issue.)
Fix the configure script, or aclocal files.. and that should correct the issue.
--Mark Robert P. J. Day wrote:
first, it doesn't support building shared libs, which i'd prefer. also, it's not clear how to disable tcl support just from that makefile, which i'm assuming should be allowable since it was an option with the "configure" program.