Hi All, I am trying to issue the following command : CC=/usr/local/DS-5/bin/arm-linux-gnueabihf-g++ ./configure --build=i386-linux --host=arm-none-linux-gnueabi --target=arm-linux ac_cv_file__dev_zero=yes ac_cv_func_setpgrp_void=yes apr_cv_tcp_nodelay_with_cork=yes
I am getting the following error : checking which format to use for apr_ssize_t... configure: error: could not determine the proper format for apr_ssize_t I googled a lot but there is already a bug (*Bug 51724*<https://issues.apache.org/bugzilla/show_bug.cgi?id=51724>)for this for windows . But I need to cross compile on arm .. Please help.. Thanks, Kalyan
