[Ubuntu-zh] [问题]ubuntu-9.04-64位 版本编译 grub-0.97不能通过

2009-08-24 文章 深蓝
我使用apt来获得源码极其补丁 sudo apt-get sources grub sudo tar -xzvf grub_0.97.orig.tar.gz sudo gzip -d grub_0.97-29ubuntu53.diff.gz cd grub_0.97 sudo patch -Np1 -i ../grub_0.97-29ubuntu53.diff sudo ./configure --prefix=/usr 然后就出现如如下错误 checking for a BSD-compatible install... /usr/bin/install -c checking

Re: [Ubuntu-zh] [问题]ubuntu-9.04-64位版本编 译 grub-0.97不能通过

2009-08-24 文章 Xinyu Shi
See `config.log' for more details. 2009/8/25 深蓝 > 我使用apt来获得源码极其补丁 > > > sudo apt-get sources grub > sudo tar -xzvf grub_0.97.orig.tar.gz > sudo gzip -d grub_0.97-29ubuntu53.diff.gz > > cd grub_0.97 > sudo patch -Np1 -i ../grub_0.97-29ubuntu53.diff > sudo ./configure --prefix=/usr > > 然后就出现如如下错误

Re: [Ubuntu-zh] [问题]ubuntu-9.04-64位版本编译 grub-0.97不能通过

2009-08-24 文章 Aron Xu
sudo aptitude install libc6-dev-i386 Aron-- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

Re: [Ubuntu-zh] [问题]ubuntu-9.04-64位 版本编译 grub-0.97不能通过

2009-08-24 文章 dword
在 2009年8月25日 星期二 08:27:25,深蓝 写道: > 我使用apt来获得源码极其补丁 > > > sudo apt-get sources grub > sudo tar -xzvf grub_0.97.orig.tar.gz > sudo gzip -d grub_0.97-29ubuntu53.diff.gz > > cd grub_0.97 > sudo patch -Np1 -i ../grub_0.97-29ubuntu53.diff > sudo ./configure --prefix=/usr > > 然后就出现如如下错误 > > > checki