I am facing below issue while doing make tls1.6
.
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
: libtls1.6.so
(echo 'package ifneeded tls 1.6 \
"[list source [file join $dir tls.tcl]] ; \
[list tls::initlib $dir libtls1.6.so]"'\
) > pkgIndex.tcl
What could be the possible resolutions ?