|

楼主 |
发表于 2009-5-25 00:43:13
|
显示全部楼层
gcc pass 2 configure 过了,make -k check 的时候太慢了,我的机器也不好,半天儿没结果!于是 ctrl c ,直接 make install 但是测试的时候没有提示!
echo 'main(){}' > dummy.c
cc dummy.c
readelf -l a.out | grep ': /tools'If everything is working correctly, there should be no errors, and the output of the last command will be of the form:
[Requesting program interpreter:
/tools/lib/ld-linux.so.2]
If the output is not shown as above or there was no output at all, then something is wrong.
好像是哪有问题了! |
|