in chapter 6.32. Perl-5.10.1
without using patch
patch -Np1 -i ../perl-5.10.1-libc-1.patch
will cause compile issue
kevinskliu
___
您的生活即時通 - 溝通、娛樂、生活、工作一次搞定!
http://messenger.yahoo.com.tw/
--
http://linuxfromscratch.org/mailman/listinfo/lfs-de
Hi all,
I almost done all steps in LFS but I got a error when install grub
here is paragraph in chapter 8.4
Caution
This package will only build for x86 and x86_64 architectures containing 32-bit
libs. If you chose to build on x86_64 without 32-bit libraries (no multilib),
then you must use LIL
. the name of my kernel is lfskernel-2.6.30.5 and map is
lfskernel-2.6.30.5
--- 09/10/19 (一),Nathan Coulson :
> On Mon, Oct 19, 2009 at 12:52 AM,
> kevin631012
> wrote:
> > Hi all,
> > I almost done all steps in LFS but I got a error when
> install grub
> >
&
Hi Nathan , Bruce
thanks you all , grub seems to be working now . It is able to grub-install and
grub-mkconfig what I do is
1) having a file under /boot/grub/device.map as Bruce mentioned .
(hd0) /dev/sda
(hd1) /dev/sdb
sdb which has two partitions and I develop my LFS on it .
2) grub-install -
2009 at 6:46 AM, Bruce Dubbs
> wrote:
> > David Jensen wrote:
> >> On Thu, 22 Oct 2009 16:05:19 +0800 (CST)
> >> kevin631012
> wrote:
> >>
> >>> ### BEGIN /etc/grub.d/10_linux ###
> >>> menuentry "GNU/Linux, Linux 2.6.30.5" {
&g
___
您的生活即時通 - 溝通、娛樂、生活、工作一次搞定!
http://messenger.yahoo.com.tw/
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
Hi All,
I got a problem as title . what I am thinking is what kind of driver will cause
system halt like this ? because I turn on a lot of options in Kernel for sake
of debugging boot issue .
___
您的生活即時通 - 溝通、娛樂、生活、工作一次搞定!
http://messenger.ya
is still open by a process. You can
> usually use lsof and ps
> to figure out which process has a file open on the device.
>
> kevin631012 wrote:
> > Hi All,
> > I got a problem as title . what I am thinking is what
> kind of driver will cause system halt like this