GCC -lm -lz -lrt options - what are they about?
问题 I know, that these are some common/basic libraries, but what do they mean exactly? For example, I know, that -lm is some math library, but is this the standard math library or what? -lz for compression? What compression? And I don't have any idea what is this one - -lrt . Can someone specify these things: math library - the same that we use when we include <cmath> or <math.h> ? compress library - what does this mean - provides some tools, that we can use to compress files, or helps the