通过将所有需要被链接的静态库放入 -Xlinker "-(" 与 -Xlinker "-)" 之间,可以是 g++ 链接过程中,自动循环链接所有静态库,从而解决了原本的链接顺序问题。
涉及链接选项:-Xlinker -Xlinker option
Pass option as an option to the linker. You can use this to supply system-specific
linker options which GCC does not know how to recognize.