Will using -static with GCC guarantee that my C programme will work across x86 distros? – Debian
I'm using stdio.h , string.h , math.h in a simple math tool written in C. I hear that -static in gcc does not actually always statically compile libraries (i hear this from Linux-pro jargon which i don't understand) and I…