Hi Prabhu,
Looks like your compiler (linker actually) cannot find the 'gcc_eh'
library:
> cannot find -lgcc_eh collect2:error: ld returned 1 exit status
This library isn't set up when doing the GCC build, so it needs to be
linked up, with:
ln -sv libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name
using instructions
> from the book.
> sed -i 's/ -lgcc_s//'
> Makeconfighttp://www.linuxfromscratch.org/lfs/view/stable/chapter05/glibc.htmlin
>
> chapter 5.5.1 I'm using all instructions.
>
> -Исходное сообщение-
> From: Michael E. Maher
> Sen
Hello Alex,
Could you send the output of:
$ ls -l /tools/bin/bash
$ /tools/bin/bash --version
Might be a permissions problem.
Also are you running the 'chroot' command as the root user?
Thanks,
Michael
On Fri, 2012-12-14 at 19:22 -0500, Alexander Spitzer wrote:
> Hello all,
>
>
> I am o
Hello Alex,
On Fri, 2012-12-14 at 19:55 -0500, Alexander Spitzer wrote:
> Hello Michael,
>
> Thanks for your reply.
> Here is the output:
> -rwxr-xr-x 1 root root 930472 Dec 13 22:58 /tools/bin/bash
Permissions look good.
>
>
> and:
> GNU bash, version 4.2.39(1)-release (x86_64-unknown-linux
On Sun, 2012-12-16 at 03:55 -0800, JIA Pei wrote:
>
>
> Hi, all:
>
>
> 1) From
> http://www.linuxfromscratch.org/lfs/view/stable/chapter05/binutils-pass1.html
> , binutils pass 1 requires a patch, why?
>
> What is this patch for?
>
>
> patch -Np1 -i ../binutils-2.22-build_fix-1.patch
>
>
On Sun, 2012-12-16 at 04:30 -0800, JIA Pei wrote:
>
>
> Hi, all:
>
>
>
>
> Refer
> to http://www.linuxfromscratch.org/lfs/view/stable/chapter05/glibc.html
>
>
> glibc-2.16.0 configuration, the version of enabled kernel
>
>
> --enable-kernel=2.6.25 \
>
>
>
On Sun, 2012-12-16 at 04:47 -0800, JIA Pei wrote:
>
> Hi, all:
>
>
> After successfully built
> binutils
> gcc
> linux-kernel
>
>
> now, I'm
> following http://www.linuxfromscratch.org/lfs/view/stable/chapter05/glibc.html
> to build glibc. make brings me the following errors:
>
>
> make[2]:
On Sun, 2012-12-16 at 13:19 -0800, JIA Pei wrote:
>
> Hi, Michael:
>
>
> Thank you very much for your detailed reply, so clear !!
> My Host System Requirements gives me the following result:
>
...
>
> root@peijia-GA-870A-UD3:/mnt/lfs/sources/glibc-build# bash
> version-check.sh
> bash, versio
On Thu, 2012-12-20 at 03:26 -0500, Alexander Spitzer wrote:
> I had the same problem. Try starting chrome from bash by typing
> 'google-chrome' and a solution will be suggested.
> I believe by remaking /dev/shm, the permissions have been changed.
>
>
> Correct me if I'm wrong, but the permission
On Thu, 2012-12-20 at 05:22 -0800, JIA Pei wrote:
>
>
> http://www.linuxfromscratch.org/lfs/view/development/chapter06/mpfr.html
>
>
>
>
>
> I've got no idea why this doesn't work for me,
> ./configure --prefix=/usr\
> --enable-thread-safe \
> --docdir=/u
c/mpfr-3.1.1 \
> --with-gmp=/usr
You should not have to specify searching through '/usr' (this should be
the default), most likely you skipped the 'Adjusting the Tool Chain'
section of the book.
Thanks,
Michael
>
>
>
> That's it. Fo
On Tue, 2013-01-08 at 11:03 -0800, Mike Johnston wrote:
> I'm using LFS 7.2 all built and is running almost fine.
>
>
> I'm trying to get multiple nics with stable names. I have the
> 70-persistent-net.rules file set matching on mac addresses. The
> problem is the file never seems to take effe
1/2013 12:27 AM, Mike Johnston wrote:
> > - Original Message -
> >
> > From: Thomas de Roo
> > To: Mike Johnston ; LFS Support List
> >
> > Cc:
> > Sent: Wednesday, January 9, 2013 8:14 AM
> > Subject: Re: [lfs-support] 70-persistent rules
> &
On Wed, 2013-01-09 at 13:30 -0800, Mike Johnston wrote:
>
>
>
> - Original Message -----
> From: Michael E. Maher
> To: Mike Johnston
> Cc: LFS Support List
> Sent: Wednesday, January 9, 2013 4:28 PM
> Subject: Re: [lfs-support] 70-persistent rules
>
On Wed, 2013-01-09 at 14:40 -0800, Mike Johnston wrote:
> Any ideas from this? I really appreciate your help on this.
Everything looks good there, sorry I can think what might be wrong.
There looks like another thread on this list that is a similar issue,
does anything there help?
--
http://
On Sun, 2013-03-03 at 23:23 -0500, stosss wrote:
> I think something got overlooked. It doesn't effect the build process.
> I believe this should be 8.6 ?
>
> LFS 7.3
>
> 5.10.2. Contents of Tcl
> Installed programs: tclsh (link to tclsh8.5) and tclsh8.5
> Installed library: libtcl8.5.so, libtcls
Hello,
On Wed, 2013-05-15 at 17:47 -0300, Fernando wrote:
> error message:
> /usr/bin/xzless: line 49: test: 458 (POSIX regular expressions): integer
> expression expected
>
> (used env in order to get English message, but it appears in my locale
> LANG too.)
>
> Line 49 of xzless is:
>
> if te
On Wed, 2013-05-15 at 18:11 -0300, Fernando wrote:
> Em 15-05-2013 17:54, Michael E. Maher escreveu:>
>
> > On Wed, 2013-05-15 at 17:47 -0300, Fernando wrote:
> >> error message:
> >> /usr/bin/xzless: line 49: test: 458 (POSIX regular expressions): integer
> &g
On Sun, 2013-07-28 at 17:58 +0100, Unix User wrote:
> Dear list,
>
Hello,
>
> after my last question everything in chapter 5 went fine - now I stuck
> again...
>
>
> In chapter 6.7.1 (Linux api headers):
>
> -8<---
> root:/sources/linux-3.10.2# make mrproper
On Thu, 2013-10-24 at 23:40 +0100, Ken Moffat wrote:
> I first noticed this on my desktop which is running LFS-svn with
> make-4.0, and where I've got more than enough other things still to
> look at. But on my server running 7.4 I've just done:
>
> mount /scratch
> [ /me does something there ]
On Fri, 2013-10-25 at 00:58 +0100, Ken Moffat wrote:
> On Fri, Oct 25, 2013 at 12:25:11AM +0100, Michael E. Maher wrote:
> >
> > Hey Ken,
> >
> > Does `/etc/mtab' look good?
> >
> >
> > Thanks,
> > Michael
> >
>
> Root has
Hi William,
On Fri, 2014-01-10 at 20:32 -0500, William Darryl Jackson wrote:
> Greetings:
>
> The GCC configure was successful, however the "make" error ed-out.
>
> checking for MPFR... no
> configure: error: libmpfr not found or uses a different ABI (including
> static vs shared).
> make[2]: *
22 matches
Mail list logo