When I run "./tcc" in ubuntu8, I got "glibc_2.11" not found error. I think you guys should use alpine + musl-gcc to do the compile. It is as simple as: ``` musl-gcc main.c -o main.run -static ``` > Don' forget about the static flag.
When I run "./tcc" in ubuntu8, I got "glibc_2.11" not found error.
I think you guys should use alpine + musl-gcc to do the compile.
It is as simple as: