You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Андрей Аппалонов <ap...@gmail.com> on 2014/12/04 04:24:41 UTC

APR on PowerPC (big endian)

Hello!
I'm trying to run FreeSwitch on PowerPC.
One of the mistakes referred to these lines:

631 if ((apr_pool_create_ex (& memory_manager.memory_pool, NULL, NULL,
my_allocator))! = APR_SUCCESS) {
632     apr_allocator_destroy (my_allocator);
633     my_allocator = NULL;
634     abort ();
635 }

Could this be due to the APR?
Can you tell me how to make APR and APR-util for PowerPC?

system Linux 2.6.29.6 from Freescale. proc mpc83021- big endian
PowerPC architecture.



Best Regards,
Appalonov Andrei.