On Fri, 8 May 2015 11:02:25 +1000
Darren Tucker wrote:

> What gcc version was that?  Anyway...
> 

Using built-in specs.
COLLECT_GCC=/home/kc/lib/andtool/bin/arm-linux-androideabi-gcc
COLLECT_LTO_WRAPPER=/home/kc/lib/andtool/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
Target: arm-linux-androideabi
Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure
--prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix
--target=arm-linux-androideabi --host=x86_64-linux-gnu
--build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld
--enable-languages=c,c++
--with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install
--with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install
--with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install
--with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install
--with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install
--with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install
--disable-ppl-version-check --disable-cloog-version-check
--disable-isl-version-check --enable-cloog-backend=isl
--with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic
-lm' --disable-libssp --enable-threads --disable-nls
--disable-libmudflap --disable-libgomp --disable-libstdc__-v3
--disable-sjlj-exceptions --disable-shared --disable-tls
--disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te
--enable-target-optspace --enable-initfini-array --disable-nls
--prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix
--with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot
--with-binutils-version=2.24 --with-mpfr-version=3.1.1
--with-mpc-version=1.0.1 --with-gmp-version=5.0.5
--with-gcc-version=4.8 --with-gdb-version=7.6
--with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh
--with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8
--with-bugurl=http://source.android.com/source/report-bugs.html
--enable-languages=c,c++ --disable-bootstrap --enable-plugins
--enable-libgomp --disable-libsanitizer --enable-gold
--enable-graphite=yes --with-cloog-version=0.18.0
--with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static
--with-arch=armv5te
--program-transform-name='s&^&arm-linux-androideabi-&'
--enable-gold=default Thread model: posix gcc version 4.8 (GCC)

> openbsd-compat/openbsd-compat.h:217:22:
> error: expected identifier or '(' before numeric constant
> # define mblen(x, y) 1
> 
> The obvious thing to try would be to change that to:
> 
> # define mblen(x, y) (1)
> 

Didn't change the output at all

In case your interested, I've attached the config.logs for the openssh
compile fail with openssl and openssh configure fail with libressl.

> (BTW openssh-unix-...@mindrot.org is the best place to get help with
> portable OpenSSH.  See http://www.openssh.com/report.html for details.)

Ok

[demime 1.01d removed an attachment of type text/x-log]

[demime 1.01d removed an attachment of type text/x-log]

Reply via email to