tccbin icon indicating copy to clipboard operation
tccbin copied to clipboard

"GLIBC_2.11" not found

Open yingshaoxo opened this issue 8 months ago • 2 comments

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.

yingshaoxo avatar May 26 '24 00:05 yingshaoxo