Created
March 18, 2020 03:33
-
-
Save cjac/2213166823821be40c0b1543223e4ab0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] --- maven-hawtjni-plugin:1.11:build (build-native-lib) @ netty-tcnative-openssl-static --- | |
[INFO] executing: /bin/sh -c ./configure --disable-ccache --prefix=/home/cj/src/netty-tcnative/openssl-static/target/native-build/target 'CFLAGS="CC=gcc -mcpu=v9a"' MACOSX_DEPLOYMENT_TARGET=10.9 --with-ssl=/home/cj/src/netty-tcnative/openssl-static/target/ssl --with-apr=/home/cj/src/netty-tcnative/openssl-static/target/apr --with-static-libs --libdir=/home/cj/src/netty-tcnative/openssl-static/target/native-build/target/lib | |
[INFO] configure: WARNING: unrecognized options: --disable-ccache | |
[INFO] checking build system type... sparc64-unknown-linux-gnu | |
[INFO] checking host system type... sparc64-unknown-linux-gnu | |
[INFO] checking target system type... sparc64-unknown-linux-gnu | |
[INFO] ./configure: line 2295: "CC=gcc: command not found | |
[INFO] ./configure: line 2296: -O3: command not found | |
[INFO] checking for gcc... gcc | |
[INFO] checking whether the C compiler works... no | |
[INFO] configure: error: in `/home/cj/src/netty-tcnative/openssl-static/target/native-build': | |
[INFO] configure: error: C compiler cannot create executables | |
[INFO] See `config.log' for more details | |
[INFO] rc: 77 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment