g++ -o Test Test.cpp -lTest /usr/bin/ld: cannot find -lTest collect2: ld returned 1 exit status
如果共享/动态库中的符号是在运行时按需加载的,为什么在编译时缺少库会出现致命错误?