Hi all,
I'm trying to port axis2/C into an ARM processor board based platform, and
when I compile the source for that, I get the following errors.

/home/diluka/projects/EmbeddedAxis2c/c/util/src/.libs/libaxutil.so: undefined reference to `alphasort' ../../../../../../src/core/engine/.libs/libaxis2_engine.so: undefined reference to `__strtod_internal' /home/diluka/projects/EmbeddedAxis2c/c/guththila/src/.libs/libguththila.so: undefined reference to `__ctype_b_loc' /home/diluka/projects/EmbeddedAxis2c/c/util/src/.libs/libaxutil.so: undefined reference to `scandir' /home/diluka/projects/EmbeddedAxis2c/c/util/src/.libs/libaxutil.so: undefined reference to `__ctype_toupper_loc' /home/diluka/projects/EmbeddedAxis2c/c/util/src/.libs/libaxutil.so: undefined reference to `__ctype_tolower_loc' /home/diluka/projects/EmbeddedAxis2c/c/util/src/.libs/libaxutil.so: undefined reference to `pthread_once' /home/diluka/projects/EmbeddedAxis2c/c/util/src/.libs/libaxutil.so: undefined reference to `__strtol_internal' /home/diluka/projects/EmbeddedAxis2c/c/util/src/.libs/libaxutil.so: undefined reference to `stderr' /home/diluka/projects/EmbeddedAxis2c/c/axiom/src/om/.libs/libaxis2_axiom.so: undefined reference to `__xstat' /home/diluka/projects/EmbeddedAxis2c/c/util/src/.libs/libaxutil.so: undefined reference to `rand' /home/diluka/projects/EmbeddedAxis2c/c/util/src/.libs/libaxutil.so: undefined reference to `srand' /home/diluka/projects/EmbeddedAxis2c/c/util/src/.libs/libaxutil.so: undefined reference to `signal' /home/diluka/projects/EmbeddedAxis2c/c/util/src/.libs/libaxutil.so: undefined reference to `ftime'

It seems that, the linux version running on my system(target), doesn't contain the symbols/functions that it says missing. So, It seems that, alternatives for alphasort and scandir, toupper, tolower, pthread_once,... and so on. Anybody has some ideas ? The problem here, is that, the C library that, comes with my target
board, doesn't contain the above mentioned symbols.

Thanks,
Diluka.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to