[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Cross compiling build instructions

From: Robert Dailey <rcdailey.lists_at_gmail.com>
Date: Tue, 15 Oct 2019 14:46:12 -0500

Hello,

I am trying to cross-compile the subversion library for Android using
the Android NDK. I have the toolchain properly set up, I think, but
I'm getting a strange error during `./configure`:

```
checking build system type... x86_64-unknown-linux-gnu
checking host system type... configure: error: /bin/bash
build/config.sub --prefix=/_install/armeabi-v7a/subversion failed
configure: WARNING: cache variable ac_cv_host contains a newline
```

I'm not sure how to interpret this error message. Here is how I'm
running the configure command:

```
./configure --host --prefix=/_install/armeabi-v7a/subversion
--with-zlib=/_install/armeabi-v7a/zlib
```

I dug around in the subversion tarball for instructions more specific
to building in a cross-compiled environment, but I did not find
anything. Would the developers be so kind as to guide me to the
information required to get a working build?

My goal is to compile static libraries for the SVN client library so I
can check out code on an ARM device from my own C++ code base. Thanks
in advance.
Received on 2019-10-15 22:00:49 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.