for dir in tools examples api_examples ; do make -C $dir _depend ; done
make[1]: Entering directory `/opt/samba/u-boot-2008.10/tools'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/opt/samba/u-boot-2008.10/tools'
make[1]: Entering directory `/opt/samba/u-boot-2008.10/examples'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/opt/samba/u-boot-2008.10/examples'
make[1]: Entering directory `/opt/samba/u-boot-2008.10/api_examples'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/opt/samba/u-boot-2008.10/api_examples'
make -C tools all
make[1]: Entering directory `/opt/samba/u-boot-2008.10/tools'
gcc -Wall -pedantic -idirafter /opt/samba/u-boot-2008.10/include -idirafter /opt/samba/u-boot-2008.10/include2 -idirafter /opt/samba/u-boot-2008.10/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o img2srec.o img2srec.c
/usr/libexec/gcc/i386-redhat-linux/4.3.2/cc1: error while loading shared libraries: libmpfr.so.1: cannot open shared object file: No such file or directory
make[1]: *** [img2srec.o] 错误 1
make[1]: Leaving directory `/opt/samba/u-boot-2008.10/tools'
make: *** [tools] 错误 2
[root@localhost u-boot-2008.10]#
我用同样的编译器,编出来错误不同,请高手指教!