|

楼主 |
发表于 2009-10-17 07:57:22
|
显示全部楼层
几个手册交错看,看到眼华花了。
--with-lib-path=/tools/lib
This tells the configure script to specify the library search path during the compilation of Binutils, resulting in /tools/lib being passed to the linker. This prevents the linker from searching through library directories on the host.
#这告诉configure脚本在编译Binutils时库的搜索路径,结果是/tools/ lib被传递给链接器。
#这可以防止链接器通过主机库目录搜索。 |
|