it is a simpler process in a static linking system than in a dynamically linked system.
这个过程在静态链接系统中比在动态链接系统中更简单。
there are two ways to incorporate the crt and/or the c++ library code into a program: static linking and dynamic linking.
有两种方式可以实现把crt和c++库的代码嵌入一个项目中:静态链接和动态链接。
this is more crucial for static linking than dynamic, because a non-static identifier will be globally visible.
这对静态链接比对动态链接更重要,因为非static标识符将是全局可见的。
however, if you don't want to statically link with every library, you can add the paths to the . a files of the libraries for static linking to the command with the rest of the files.