Re: [lfs-support] PROBLEM IN GCC-4.7.1 PASS 1 COMPILATION

2013-02-20 Thread stosss
On Wed, Feb 20, 2013 at 6:15 AM, Rubin Saifi rubinsa...@live.com wrote: here is the error that i am getting -- checking for __gmpz_init in -lgmp... yes checking for MPFR... no

Re: [lfs-support] PROBLEM IN GCC-4.7.1 PASS 1 COMPILATION

2013-02-20 Thread Nicholas McCurdy
] PROBLEM IN GCC-4.7.1 PASS 1 COMPILATION here is the error that i am getting -- checking for __gmpz_init in -lgmp... yes checking for MPFR... no configure: error: libmpfr not found or uses

[lfs-support] Problem compiling GCC-4.7.1, Chapter 6.17, LFS 7.2

2012-11-08 Thread Ralf Bauerfeind
Hi there! I tried once again to get me a LFS-system. Intel i3, 8GB RAM, SSD 60GB + HD 2TB So 64 bit comes natural. I tried several approaches to compile gcc regarding to chapter 6.17, first with user package management... then as root, too. I fear there might be some problems with the

Re: [lfs-support] Problem compiling GCC-4.7.1, Chapter 6.17, LFS 7.2

2012-11-08 Thread Bruce Dubbs
Ralf Bauerfeind wrote: Hi there! I tried once again to get me a LFS-system. Intel i3, 8GB RAM, SSD 60GB + HD 2TB So 64 bit comes natural. I tried several approaches to compile gcc regarding to chapter 6.17, first with user package management... then as root, too. I fear there might be

Re: [lfs-support] Problem compiling GCC-4.7.1, Chapter 6.17, LFS 7.2

2012-11-08 Thread Ken Moffat
On Thu, Nov 08, 2012 at 09:08:16PM +0100, Ralf Bauerfeind wrote: I tried several approaches to compile gcc regarding to chapter 6.17, first with user package management... then as root, too. I fear there might be some problems with the compiled-as-user programs prior to gcc which leaves

[lfs-support] problem in gcc-4.5.2 compiliation

2012-06-06 Thread Harshdeep Sokhey
Hi. I started compiling LFS 6.8 and i got stuck while compiling the gcc-4.5.2 in pass 1 itself. The error reads as: checking for x86_64-unknown-linux-gnu-gcc... /mnt/lfs/sources/gcc-build/./gcc/xgcc -B/mnt/lfs/sources/gcc-build/./gcc/ -B/tools/x86_64-unknown-linux-gnu/bin/

Problem Compiling GCC Ch5 Stage 1

2011-03-05 Thread Test Man
As the title says. Initially reported here: http://www.mail-archive.com/lfs-book@linuxfromscratch.org/msg13114.html then more recently here: http://www.mail-archive.com/lfs-book@linuxfromscratch.org/msg14502.html The solution was found here:

Problem on GCC pass 2 (chapter 5.10.1)

2010-12-17 Thread pieter blomme
Being pretty new to LFS, it's high chance I fucked up somewhere. But up till now everything seemed to work. When i try to apply the patch patch -Np1 -i ../gcc-4.5.1-startfiles_fix-1.patch while being in the gcc-directory, i get the following error: patching file gcc/gcc.c Hunk #1 FAILED at

Re: Problem on GCC pass 2 (chapter 5.10.1)

2010-12-17 Thread Bruce Dubbs
pieter blomme wrote: Being pretty new to LFS, it's high chance I fucked up somewhere. But up till now everything seemed to work. When i try to apply the patch patch -Np1 -i ../gcc-4.5.1-startfiles_fix-1.patch while being in the gcc-directory, i get the following error: patching file

Re: Problem on Gcc(Passs 2) compilation!

2009-11-17 Thread Karl Cardoso
I start again from the beginning and I get it. Sorry for my wrong. Thanks for attention! 2009/11/17 Karl Cardoso k...@karlbr.com Hi! I get this problem when a run make on the GCC (Pass 2) compilation. I'm reading the book 6.5 Problem: cp/cp-lang.o stub-objc.o cp/call.o

Re: problem concerning gcc

2009-01-24 Thread Simon Geard
On Wed, 2009-01-14 at 01:50 +0800, mobile Parmenides wrote: Hi I am reading stable lfs book of 6.3 version. On page 96, I'm puzzled to the following two commands: ln -sv ../usr/bin/cpp /lib ln -sv gcc /usr/bin/cc For the first command,

Re: problem concerning gcc

2009-01-15 Thread Randy McMurchy
Scott wrote: Then, RTFM. :-) I meant to respond yesterday when I read the original mail, but forgot. This issue is covered in a FAQ ( http://www.linuxfromscratch.org/faq/#wrong-ln-s-command ) so typically I will only respond with: man ln -- Randy --

problem concerning gcc

2009-01-13 Thread mobile Parmenides
Hi I am reading stable lfs book of 6.3 version. On page 96, I'm puzzled to the following two commands: ln -sv ../usr/bin/cpp /lib ln -sv gcc /usr/bin/cc For the first command, the current dircetory is /source/gcc-build, and the path in the command

Problem with gcc

2005-09-11 Thread lfs
Hello, I get an error when configuring gcc for re-installation (LFS 6.1 - section 5.11.1 ). Here is the output : loading cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu

Re: Problem with gcc

2005-09-11 Thread Matthew Burgess
[EMAIL PROTECTED] wrote: /mnt/lfs/tools/bin/../lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld: warning: ld-linux.so.2, needed by /tools/lib/libc.so.6, not found (try using -rpath or -rpath-link) Something went wrong with your glibc installation.

Re: Problem with gcc

2005-09-11 Thread Julien Demoor
In /mnt/lfs/tools/ I have a link ld-linux.so.2 redirecting to ld-2.3.4.so (in the same directory). Is that correct ? Matthew Burgess wrote: Something went wrong with your glibc installation. /tools/lib/ld-linux.so.2 should be installed by chapter 5 glibc (section 5.6). The errors that

Re: Problem with gcc

2005-09-11 Thread Julien Demoor
It actually worked well at first. I just tried again and it's broken now, the error message is similar to the one in my originat post and the same happens whether I call cc or gcc. It would seem so, yes. That suggests that the toolchain adjustment stage didn't work correctly. Did the

Re: Problem with gcc

2005-09-11 Thread Julien Demoor
I did some tests and I find the results very strange. Since the error message seemed to mean that gcc searched for ld-linux in /tools/bin (in /mnt/lfs/tools/bin/../lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld: warning: ld-linux.so.2, needed by /tools/lib/libc.so.6, not