hi

has any got the speex codec working with Kamikaze ?

when I tried to load a dynamic module that is linked against libspeex.so it fails
with "unresolved symbol logf".

the symbol "logf" is provided by libm (Math library) which is present on my
device:

/rom/lib/libm-0.9.28.so

I also check that the build process actually contains "-lm" when linking
the libspeex.so. Could it be that the libspeex.so is linked against a different
libm which is not on the device?

Is there a similar command to "ldd" so check which libraries an ELF file
is linking to?

I tried to build the latest Speex from subverion and that work much better.

The following configure parameters was used:

$ ./configure --enable-fixed-point --host=mipsel-linux-uclibc CFLAGS=-lm


so it would be very interesting to see if anyone else actually has speex
working at all with kamikaze (e.g. with Asterisk)..


thanks,

Alfred