Re: Cross compiling APR

2023-05-02 Thread Graham Leggett via dev
On 02 May 2023, at 08:16, Stephen Webb wrote: > Does cross compilation work in theory? > > Am I wasting my time attempting to add support for cross compilation to the > conan package manager? As I recall the cross complication I got to work was for the benefit of openwrt, which a while back

Cross compiling APR

2023-05-02 Thread Stephen Webb
I notice in release notes for 1.7 the entry Add the ability to cross compile APR. [Graham Leggett] Using a cache file generated on the host system, and the command: "./configure" '--disable-shared' '--enable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin'

Cross compiling APR

2014-02-07 Thread Quartier Thomas
Hi, I'm trying to cross compile APR for the eCos real time operating system (I need APR to use the Celix OSGI framework for my thesis). I don't have a lot of experience with cross compiling and can't fix the following error when running ./configure:

Re: cross compiling apr failure (mingw32)

2006-03-19 Thread William A. Rowe, Jr.
Jeff, even if cross-compilation succeeded, our platform tests would not. Fortunately, they aren't actually needed since we have fixed values for what is and is not supported on w32. But this does involve some glue that isn't present at the moment to move apr.hw - apr.h etc. Unfortunately some

cross-compiling apr

2004-09-16 Thread Jens Syckor
Hi, I started configure script to cross-compile apr lib but got the following error: checking if setpgrp takes no argument error: can not check setpgrp if cross-compiling My question: Is it possible to cross-compile apr and if Yes how can I modify it to preconfigure setpgrp option? Regards,

Re: cross-compiling apr

2004-09-16 Thread Joe Orton
On Thu, Sep 16, 2004 at 12:41:36PM +0200, Jens Syckor wrote: I started configure script to cross-compile apr lib but got the following error: checking if setpgrp takes no argument error: can not check setpgrp if cross-compiling My question: Is it possible to cross-compile apr and if Yes