我试图在我的Centos 6系统上构建g ++ v5.1.0。构建似乎有效,但是当我尝试编译并且>链接<一个程序,链接器因此失败:
[seesdev@sees15-lin ~]$ g++ -o testcpp testcpp.cpp
/usr/bin/ld: unrecognized option '-plugin'
/usr/bin/ld: use the --help option for usage information
collect2: error: ld returned 1 exit status
我是否需要更新版本的" ld"?怎么样?