-
Notifications
You must be signed in to change notification settings - Fork 423
Closed
Labels
Description
I haven't been able to compile it with musl-gcc
.
$ bash /openssl.sh 1.0.2j linux-elf musl- -static
/usr/bin/ld: skipping incompatible ../libssl.a when searching for -lssl
/usr/bin/ld: skipping incompatible ../libssl.a when searching for -lssl
/usr/bin/ld: cannot find -lssl
/usr/bin/ld: skipping incompatible ../libcrypto.a when searching for -lcrypto
/usr/bin/ld: skipping incompatible ../libcrypto.a when searching for -lcrypto
/usr/bin/ld: cannot find -lcrypto
/usr/bin/ld: skipping incompatible /usr/local/lib/libc.a when searching for -lc
/usr/bin/ld: cannot find -lc
collect2: error: ld returned 1 exit status