|
|
已经安装了stardict2.4.4相应的依赖库,并且编译stardict2.4.4成功。
make install的时候,得到下面的错误。不过stardict可以运行。
make install-data-hook
make[4]: Entering directory `/mnt/hda10/BLFS-6.0/sources/stardict-2.4.4/help/C'
/bin/sh ../../mkinstalldirs /usr/local/share/omf/stardict
for file in stardict-C.omf; do \
/bin/install -c -m 644 $file.out /usr/local/share/omf/stardict/$file; \
done
/bin/install: cannot stat `stardict-C.omf.out': No such file or directory
make[4]: *** [install-data-hook-omf] Error 1
make[4]: Leaving directory `/mnt/hda10/BLFS-6.0/sources/stardict-2.4.4/help/C'
make[3]: *** [install-data-am] Error 2
make[3]: Leaving directory `/mnt/hda10/BLFS-6.0/sources/stardict-2.4.4/help/C'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/mnt/hda10/BLFS-6.0/sources/stardict-2.4.4/help/C'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/mnt/hda10/BLFS-6.0/sources/stardict-2.4.4/help'
make: *** [install-recursive] Error 1
请大家看看如何解决这个错误。 |
|