|
这个是昨天晚上我走的时候宠信装的,在Gnome下.
RH8.0, 我现在把lib都装上看看. 不果显然出错情况和昨天不一样 了
echo " begin" >>tmp-sdefault.adb
echo " return new String'(S3);" >>tmp-sdefault.adb
echo " end Target_Name;" >>tmp-sdefault.adb
echo " function Search_Dir_Prefix return String_Ptr is" >>tmp-sdefault.adb
echo " begin" >>tmp-sdefault.adb
echo " return new String'(S4);" >>tmp-sdefault.adb
echo " end Search_Dir_Prefix;" >>tmp-sdefault.adb
echo "end Sdefault;" >> tmp-sdefault.adb
../../../gcc-3.2/gcc/ada/../move-if-change tmp-sdefault.adb sdefault.adb
make[3]: execvp: ../../../gcc-3.2/gcc/ada/../move-if-change: Permission denied
make[3]: *** [stamp-sdefault] Error 127
make[3]: Leaving directory `/mnt/lfs/static/src/gcc-build/gcc/ada'
make[2]: *** [gnat1] Error 2
make[2]: Leaving directory `/mnt/lfs/static/src/gcc-build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/mnt/lfs/static/src/gcc-build/gcc'
make: *** [bootstrap] Error 2 |
|