GCC Can't Find gmp.h

2009-08-30 Thread Shawn Eary
Friends: I'm having trouble configuring GCC-4.4.1 in Chapter 5.5.1 of the LFS manual. The command I run is: ../gcc-4.4.1/configure -target=$LFS_TGT --prefix=/tools --disable-nls --disable-shared --disable-multilib --disalbe-decimal-float --disable-threads --disable-libmudflag --disable-libssp --d

Re: GCC Can't Find gmp.h

2009-08-30 Thread Smartboy
On Sun, Aug 30, 2009 at 5:45 PM, Shawn Eary wrote: > Friends: > > I'm having trouble configuring GCC-4.4.1 in Chapter 5.5.1 of the LFS > manual. > > The command I run is: > ../gcc-4.4.1/configure -target=$LFS_TGT --prefix=/tools --disable-nls > --disable-shared --disable-multilib --disalbe-decima

Re: GCC Can't Find gmp.h

2009-08-30 Thread Chris Staub
On 08/30/2009 08:48 PM, Smartboy wrote: > > You *must* compile gmp and mpfr underneith the gcc directory. Run > ./configure make on it, and you will have gmp.h. Do the same on mpfr, > and you should be ready to go. > > Smartboy > No need for that - all you have to do is follow the instructions in