|
|
echo 'main(){}' > dummy.c
gcc dummy.c
出现以下错误:
/tools/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/../../../../i686-pc-linux-gnu/bin/ld: error while loading shared libraries: libbfd-2.14.so: cannot open shared object file: No such file or directory
collect2: ld returned 127 exit status |
|