Re: Problems compiling GCC

2011-10-13 Thread Lázaro Morales
Thanks Bruce, I repeat the procedure and work fine. Thanks again, Lázaro. En 12/10/2011 16:12:49, Bruce Dubbs escribió: > Lázaro Morales wrote: >> Thanks to all for the help, >> >> I decide start the project from zero using a clean installation of >> Debian >> 6 32bit only for this purpose. S

Re: Problems compiling GCC

2011-10-12 Thread Bruce Dubbs
Lázaro Morales wrote: > Thanks to all for the help, > > I decide start the project from zero using a clean installation of Debian > 6 32bit only for this purpose. So I compile "binutils" successfully on a > dedicated directory as you and the book say but when I try with "gcc" I > get this ne

Re: Problems compiling GCC

2011-10-12 Thread Lázaro Morales
Thanks to all for the help, I decide start the project from zero using a clean installation of Debian 6 32bit only for this purpose. So I compile "binutils" successfully on a dedicated directory as you and the book say but when I try with "gcc" I get this new error: [...] checking whether g

Re: Problems compiling GCC

2011-10-05 Thread Ashish Mishra
Also Please note that i am referring to steps for chapter 5 ..Hope you are also at same chapter .. Bye -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Problems compiling GCC

2011-10-04 Thread Partha Chowdhury
On 04/10/11 06:36 PM, Lázaro Morales wrote: > What I don't understand is Why when I execute configure: > > $ ./configure \ > --target=$LFS_TGT --prefix=/tools \ > --disable-nls --disable-shared --disable-multilib \ > --disable-decimal-float --disable-threads \ > --disable-libmudfl

Re: Problems compiling GCC

2011-10-04 Thread Lázaro Morales
When I put the folders out the "gcc" folder, configure can't create the Makefile because don't find the "gmp", "mpc", "mpfr" folders. Regards, Lázaro. En 01/10/2011 01:46:40, Ashish Mishra escribió: > hi , i think you are doing steps at WRONG place . the folders gcc , > gmp , mpfr etc has to

Re: Problems compiling GCC

2011-10-04 Thread Lázaro Morales
Thanks for your reply Ashish, I tried again but nothing happens. I get the same error. It looks like file "gmp.h" don't exist inside gmp directory. What I don't understand is Why when I execute configure: $ ./configure \ --target=$LFS_TGT --prefix=/tools \ --disable-nls --disable-shared --

Re: Problems compiling GCC

2011-09-30 Thread Ashish Mishra
hi , i think you are doing steps at WRONG place . the folders gcc , gmp , mpfr etc has to be created at source directory under lfs. so you should have ../lfs/source/gcc .../lfs/source/gmp .../lfs/source/mpfr etc etc. the gmp , mpfr etc folder has to be create at .../lfs/source directory and not

Re: Problems compiling GCC

2011-09-30 Thread Ashish Mishra
while installing in chapter 5 I faced same issue , even though the recquired folder was present i got error.I did the following :- removed all the folder required at this point including gcc. repeated the steps one by one and also crosschecked result at each step.Also before mak

Re: Problems compiling GCC

2011-09-30 Thread Lázaro Morales
Hello Juan Alberto, Thanks for your reply. En 30/09/2011 12:47:44, Juan Alberto Regalado Galván <00j...@gmail.com> escribió: > So by this point you should have three more folders under the gcc > directory named "mpfr" "gmp" and "mpc". Those should be the names of > the folders (without number

Re: Problems compiling GCC

2011-09-30 Thread Juan Alberto Regalado Galván
>        checking for gmp.h... no >        configure: error: gmp.h can't be found, or is unusable. >        make[1]: *** [configure-mpfr] Error 1 >        make[1]: Leaving directory `/media/lfs/build/gcc-4.5.2' >        make: *** [all] Error 2 > > What this means? Looks like you're missing gmp. Di

Problems compiling GCC

2011-09-30 Thread Lázaro Morales
Hello, I'm using 6.8 version of the LFS book and as host system Ubuntu 11.04, after compiling successfully binutils I try to compile gcc with mpfr, gmp and mpc but I get this error: checking for gmp.h... no configure: error: gmp.h can't be found, or is unusable. make[1

Problems compiling gcc

2007-06-29 Thread Robert Jakob
Hello, I am using LFS Version 6.2 and I have problems compiling gcc for the third time, after chrooting. Problems occur suddenly in the middle of compiling process. It seems that the compiler does not find the system include files anymore. Here is the compiler output (when starting make again

Re: Problems compiling gcc

2007-06-29 Thread Chris Staub
Robert Jakob wrote: > Chris Staub schrieb: >> Robert Jakob wrote: >> >>> >>> // >>> >> No, do not create any symlinks. The most likely cause of this problem is >> that you either forgot to remove the gcc source and build dirs after >> compiling pass 2, or you applied the specs patch. >>

Re: Problems compiling gcc

2007-06-29 Thread Robert Jakob
Chris Staub schrieb: > Robert Jakob wrote: > >> Hello, >> >> I am using LFS Version 6.2 and I have problems compiling gcc for the >> third time, after chrooting. >> Problems occur suddenly in the middle of compiling process. It seems >> that the co

Re: Problems compiling gcc

2007-06-29 Thread Chris Staub
Robert Jakob wrote: > Hello, > > I am using LFS Version 6.2 and I have problems compiling gcc for the > third time, after chrooting. > Problems occur suddenly in the middle of compiling process. It seems > that the compiler does not find the > system include files anymore.