CC=${host}-gcc CXX=${host}-g++ CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ LDFLAGS="--static -static -Wl,--no-as-needed -L${lib_dir}" LIBS="-lpthread" \ LD_LIBRARY ...
I'm trying to access WSL like ssh remotely through ipv6 because I don't have a public ipv4 address, following configs like networkingMode=mirrored and hostAddressLoopback to enable ipv6 and expose wsl ...