Re: [lfs-support] GMP-5.1.1 doesn't build libmp{a.so}

2013-03-03 Thread Bruce Dubbs
arad...@juno.com wrote: > Just doing some double-checking after building LFS 7.3. Could not find > libmp{a.so} on the system. > > I remember all 184 GMP tests passing. > > I read and searched NEWS and CHANGELOG in the build directory and saw some > indirect indications that

[lfs-support] GMP-5.1.1 doesn't build libmp{a.so}

2013-03-03 Thread arad...@juno.com
Just doing some double-checking after building LFS 7.3. Could not find libmp{a.so} on the system. I remember all 184 GMP tests passing. I read and searched NEWS and CHANGELOG in the build directory and saw some indirect indications that maybe libmp has been removed recently. The Makefile

Re: [lfs-support] GMP 5.0.4 cmpilation - chapter 6.14 - LFS version 7.1

2012-07-24 Thread Israel Silberg
Hi Bruce, Yes I have the file g++ under /tools/bin in the chroot environment. On Tue, Jul 24, 2012 at 7:26 PM, Bruce Dubbs wrote: > Israel Silberg wrote: > > Hi all, > > I'm a first time LFS maker. > > when I try to run the ./configure --prefix=/usr --enable-cxx > --enable-mpbsd > > I get the f

Re: [lfs-support] GMP 5.0.4 cmpilation - chapter 6.14 - LFS version 7.1

2012-07-24 Thread Bruce Dubbs
Israel Silberg wrote: > Hi all, > I'm a first time LFS maker. > when I try to run the ./configure --prefix=/usr --enable-cxx --enable-mpbsd > I get the following output: > > checking C++ compiler g++ -g -O2... no > configure: error: C++ compiler not available, see config.log for details You eith

[lfs-support] GMP 5.0.4 cmpilation - chapter 6.14 - LFS version 7.1

2012-07-24 Thread Israel Silberg
Hi all, I'm a first time LFS maker. when I try to run the ./configure --prefix=/usr --enable-cxx --enable-mpbsd I get the following output: checking build system type... core2-pc-linux-gnu checking host system type... core2-pc-linux-gnu checking for a BSD-compatible install... /tools/bin/install -

[lfs-support] gmp 5.0.5

2012-06-04 Thread Tobias Gasser
i still have the errors in the gmp tests. as the book says the tests are critical, i'd like to fix them. but as already mentionned, google was no help - at least not for me. is anybody else able to reproduce the errors? tobias -- http://linuxfromscratch.org/mailman/listinfo/lfs-suppor

[lfs-support] gmp 5.0.5 + mpfr 3.1.0 failure - part. solved

2012-06-04 Thread Tobias Gasser
Bruce Dubbs schrieb: >> checking for recent GMP... yes >> checking for __gmpz_init in -lgmp... no > i had a typo with the 'adjust'. thus ld was searching the wrong places... meanwhile the basic system is up and running tobias -- http://linuxfromscratch.org/mailman

[lfs-support] gmp 5.0.5 + mpfr 3.1.0 failure

2012-06-01 Thread Tobias Gasser
Bruce Dubbs schrieb: > Tobias Gasser wrote: >> mpfr configure fails with: >> >> >> ... >> checking for recent GMP... yes >> checking for __gmpz_init in -lgmp... no > > I'm not sure what's happening, but I have: > > $ nm /usr/l

Re: [lfs-support] gmp 5.0.5 + mpfr 3.1.0 failure

2012-06-01 Thread Bruce Dubbs
Tobias Gasser wrote: > mpfr configure fails with: > > > ... > checking for recent GMP... yes > checking for __gmpz_init in -lgmp... no I'm not sure what's happening, but I have: $ nm /usr/lib/libgmp.so |grep gmpz_init 00019a60 T __gmpz_init 000

[lfs-support] gmp 5.0.5 + mpfr 3.1.0 failure

2012-06-01 Thread Tobias Gasser
mpfr configure fails with: ... checking for recent GMP... yes checking for __gmpz_init in -lgmp... no configure: error: libgmp not found or uses a different ABI (including static vs shared). Please read the INSTALL file -- see "In case of problem". libgmp seems to be properly

Re: [lfs-support] gmp problem in chapter 6

2012-03-26 Thread Simon Geard
On Sun, 2012-03-25 at 08:16 -0500, mike wrote: > hi, > > i get to configuring gmp i ran the following and this is what i get and am > confused on how to fix. Any guidence wood be helpfull > > root:/sources/gmp-5.0.4# ABI=32 ./configure ... > > configure: WARNING: you sh

[lfs-support] gmp problem in chapter 6

2012-03-25 Thread mike
hi, i get to configuring gmp i ran the following and this is what i get and am confused on how to fix. Any guidence wood be helpfull root:/sources/gmp-5.0.4# ABI=32 ./configure ... configure: WARNING: you should use --build, --host, --target checking build system type... Invalid configuration

Re: [lfs-support] short sanity-check of GMP-5.0.2 install

2012-01-05 Thread str1chn1n3
Just to be clear-- I'm referring to the end of chapter 6.14 [GMP-5.0.2], just after install. From: str1chn1n3 Sent: Thursday, January 05, 2012 12:49 PM To: lfs-support@linuxfromscratch.org Subject: [lfs-support] short sanity-check of GMP-5.0.2 install Hello All, I'm bu

[lfs-support] short sanity-check of GMP-5.0.2 install

2012-01-05 Thread str1chn1n3
Hello All, I'm building LFS-DEV (SVN-20111228) and everything's going well so far. Just wanted to check on an item that doesn't turn up in any searches... Running make check on GMP-5.0.2 reports 162 tests passed, but running make install reports: libtool: install: war

Re: GMP-5.0.1 configure error

2011-08-03 Thread Bruce Dubbs
Mike Fischer wrote: > Hi > > I'm using book version 6.8. My host operating system is ubuntu 10.04. I > made it to section 6.13.1. Everything worked ok up to this point. I ran > the ./configure --prefix=/usr --enable-cxx --enable-mpsd. I get the > error: checking for suitable m4... configure: error

GMP-5.0.1 configure error

2011-08-02 Thread Mike Fischer
Hi I'm using book version 6.8. My host operating system is ubuntu 10.04. I made it to section 6.13.1. Everything worked ok up to this point. I ran the ./configure --prefix=/usr --enable-cxx --enable-mpsd. I get the error: checking for suitable m4... configure: error: No usable m4 in $PATH or /usr/

Re: GCC pass 1 - .lib is missing in gmp dir

2011-07-29 Thread William Immendorf
On Fri, Jul 29, 2011 at 11:20 AM, sandip sitapara wrote: > Thanks Eric to throw light upon my mistake of directory structure for build. > The last problem has been solved. But again I got error in libjava. Please > find below the same. I'd really like to know why you were building Libjava at this

Re: GCC pass 1 - .lib is missing in gmp dir

2011-07-29 Thread sandip sitapara
sitapara wrote: >> > Please find below the detail of configuration. >> > >> > *Current working directory gcc-4.5.2 >> > *lfs@nomad:~/gcc-build/gcc-4.5.2$ pwd >> > /home/lfs/gcc-build/gcc-4.5.2 >> Your pwd output looks off for starters. >> >

Re: GCC pass 1 - .lib is missing in gmp dir

2011-07-29 Thread sandip sitapara
gt; /home/lfs/gcc-build/gcc-4.5.2 > Your pwd output looks off for starters. > > Quote: > The GCC documentation recommends building GCC outside of the source > directory in a dedicated build directory: > > Re follow the instructions from the book more closely. > Unzi

Re: GCC pass 1 - .lib is missing in gmp dir

2011-07-29 Thread Eric Plummer
> *Searcihng for gmp directory in gcc-4.5.2* > lfs@nomad:~/gcc-build/gcc-4.5.2$ ls | grep -r "gmp" > gmp > > *Configuration* > ./configure --target=$LFS_TGT --prefix=/tools --disable-nls > --disable-shared --disable-multilib --disable-decimal-floa

Re: GCC pass 1 - .lib is missing in gmp dir

2011-07-29 Thread sandip sitapara
Please find below the detail of configuration. *Current working directory gcc-4.5.2 *lfs@nomad:~/gcc-build/gcc-4.5.2$ pwd /home/lfs/gcc-build/gcc-4.5.2 *Searcihng for gmp directory in gcc-4.5.2* lfs@nomad:~/gcc-build/gcc-4.5.2$ ls | grep -r "gmp" gmp *Configuration* ./configure

Re: GCC pass 1 - .lib is missing in gmp dir

2011-07-29 Thread sandip sitapara
gmp directory is inside the gcc folder. And gcc finds the gmp while configuring. Have you had a chance to look at the archive of gmp lib? On Fri, Jul 29, 2011 at 4:05 PM, Andrew Benton wrote: > On Fri, 29 Jul 2011 07:21:07 +0530 > sandip sitapara wrote: > > > I got the -lgmp

Re: GCC pass 1 - .lib is missing in gmp dir

2011-07-29 Thread Andrew Benton
On Fri, 29 Jul 2011 07:21:07 +0530 sandip sitapara wrote: > I got the -lgmp not found error while compiling the GCC. So I tired to find > the mpc/config.log to know the exact problem but I couldn't find the log > file. But I did check the gmp directory that .lib is missing. Also

GCC pass 1 - .lib is missing in gmp dir

2011-07-28 Thread sandip sitapara
I got the -lgmp not found error while compiling the GCC. So I tired to find the mpc/config.log to know the exact problem but I couldn't find the log file. But I did check the gmp directory that .lib is missing. Also I did check the another version of gmp (gmp-5.0.2) and .lib is also not the

Re: gmp-5.0.0 installation problem

2011-01-12 Thread Andrew Benton
config.log for reasons). > > Well we don't install gmp until you're in chroot so the m4 you installed into /tools/bin/m4 should be available. You need to investigate why it's not working. ldd /tools/bin/m4 Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ:

Re: gmp-5.0.0 installation problem

2011-01-12 Thread Bruce Dubbs
karl tattersall wrote: > Brief explanation of the problem: > Configuration of gmp-5.0.0 produces an error. > > • The version of the book being used (in this case 6.6) > Yes, the book version is 6.6. > > • The host distribution and version being used to create LFS >

gmp-5.0.0 installation problem

2011-01-12 Thread karl tattersall
Brief explanation of the problem: Configuration of gmp-5.0.0 produces an error. • The version of the book being used (in this case 6.6) Yes, the book version is 6.6. • The host distribution and version being used to create LFS I am creating this on Kubuntu – netbook edition. Output from

Re: gmp

2010-12-23 Thread Mike
On Thu, Dec 23, 2010 at 1:23 PM, Ken Moffat wrote: > On Thu, Dec 23, 2010 at 09:47:33AM -0500, Mike wrote: >> >> On Thu, Dec 23, 2010 at 7:42 AM, William Immendorf wrote: >> >>> On Thu, Dec 23, 2010 at 2:04 AM, Mike wrote: >>>> I am in /sources/gmp-5.

Re: gmp

2010-12-23 Thread Ken Moffat
On Thu, Dec 23, 2010 at 09:47:33AM -0500, Mike wrote: > > On Thu, Dec 23, 2010 at 7:42 AM, William Immendorf wrote: > > > On Thu, Dec 23, 2010 at 2:04 AM, Mike wrote: > >> I am in /sources/gmp-5.0.1  directory. > >> This is a x86_64 dual core so I am trying to u

Re: gmp

2010-12-23 Thread Mike
On Thu, Dec 23, 2010 at 7:42 AM, William Immendorf wrote: > On Thu, Dec 23, 2010 at 2:04 AM, Mike wrote: >> I am in /sources/gmp-5.0.1  directory. >> This is a x86_64 dual core so I am trying to use the ABI=32 option. >> I must have something wrong but I don't see w

Re: gmp

2010-12-23 Thread William Immendorf
On Thu, Dec 23, 2010 at 2:04 AM, Mike wrote: > I am in /sources/gmp-5.0.1  directory. > This is a x86_64 dual core so I am trying to use the ABI=32 option. > I must have something wrong but I don't see what. > Any suggestios?  I tried deleteing the directory and starting over wi

gmp

2010-12-23 Thread Mike
Hi I seem to be stuck at the gmp configure stage ABI=32 ./configure --prefix=/usr --enable-cxx --enable-mpbsd checking build system type... core2-unknown-linux-gnu checking host system type... core2-unknown-linux-gnu checking for a BSD-compatible install... /tools/bin/install -c checking

Re: LFS-GMP-5.0.1

2010-10-25 Thread Dr.-Ing. Edgar Alwers
Hi John, On Sun, 24 Oct 2010 15:17:19 -0600 John Mitchell wrote: > > I'm curious about your "Fedora 13" basis. I have been using RH and Fedora > for many years but never really dug into linux like this. I have finally > become frustrated enough with the maintenance/upgrade issues that I decid

Re: LFS-GMP-5.0.1

2010-10-25 Thread Dr.-Ing. Edgar Alwers
On Sun, 24 Oct 2010 16:27:05 -0500 Bruce Dubbs wrote: > On > my reference build, gmp-impl.h and longlong.h are not installed at all. > OK. I can confirm this. Whether my wife's nor my own build installed them. But I got in several "make's" of GCC an error ( fata

Re: LFS-GMP-5.0.1

2010-10-24 Thread Bruce Dubbs
me. Talking about LFS > SVN-20101018. > > The compilation of GCC-4.5.1 Chapter 6 failed with an error "gmp > internal files not found: gmp-impl.h and longlong.h". I had to > manually copy this two files from the GMP-5.0.1 package to > /usr/include, and then, no more probl

Re: LFS-GMP-5.0.1

2010-10-24 Thread John Mitchell
hank you very much for all the work involved with the book ! It is an > excellent guide. > > I used Fedora 13 as a basis this time. Talking about LFS SVN-20101018. > > The compilation of GCC-4.5.1 Chapter 6 failed with an error "gmp internal > files not found: gmp-impl.h and long

LFS-GMP-5.0.1

2010-10-24 Thread Dr.-Ing. Edgar Alwers
Chapter 6 failed with an error "gmp internal files not found: gmp-impl.h and longlong.h". I had to manually copy this two files from the GMP-5.0.1 package to /usr/include, and then, no more problems. My wife, building from an older BLFS basis, did not have this problem at all. Questio

LFS (Version SVN-20100529) - 6.13. GMP-5.0.1

2010-07-03 Thread Face
hello all, root:/sources/gmp-5.0.1# ./configure --prefix=/usr --enable-cxx --enable-mpbsdchecking build system type... pentium2-unknown-linux-gnu checking host system type... pentium2-unknown-linux-gnu checking for a BSD-compatible install... /tools/bin/install -c checking whether build

Re: LFS (Version SVN-20100529) - 6.13. GMP-5.0.1

2010-07-01 Thread Ken Moffat
On 1 July 2010 05:24, Face wrote: > configure: error: could not find a working compiler, see config.log for > details > -- So, what does config.log say about this ? Also, I'm mildly surprised that your compiler doesn't support '-m32 since you seem to be building on 32-bit (pentium2). What d

LFS (Version SVN-20100529) - 6.13. GMP-5.0.1

2010-06-30 Thread Face
root:/sources/gmp-5.0.1# ./configure --prefix=/usr --enable-cxx --enable-mpbsd checking build system type... pentium2-unknown-linux-gnu checking host system type... pentium2-unknown-linux-gnu checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane

Re: GMP-5.0.0 'make check' problem

2010-05-22 Thread William Immendorf
On Sat, May 22, 2010 at 10:47 AM, Matt Carus wrote: > ./t-bswap: line 60: /bin/sed: No such file or directory > ./t-bswap: line 64: /bin/sed: No such file or directory > ./t-bswap: line 88: /bin/sed: No such file or directory > ./t-bswap: line 101: cd: /mnt/lfs/sources/gmp-5.0.0/te

GMP-5.0.0 'make check' problem

2010-05-22 Thread Matt Carus
I'm (slowly) working my way through the LFS book and everything has been successful up to chapter 6.13. On executing: make check 2>&1 | tee gmp-check-log I get '9 of 9 tests failed' (gmp-check-log below) It looks like I've either got some missing directories or a

Re: GMP incorrectly detects CPU-VENDOR-OS triplet

2010-05-15 Thread Prashant R Keshvani (Baijoo)
On Sat, May 15, 2010 at 2:50 AM, Ken Moffat wrote: > On 14 May 2010 20:03, Prashant R Keshvani (Baijoo) > wrote: > > Hi, I have faced the same problem. I have used kvm to build LFS, > > when I ran configure from GMP, it generate an error saying no suitable > > compiler fo

Re: GMP incorrectly detects CPU-VENDOR-OS triplet

2010-05-14 Thread xinglp
gt; > > Hi, I have faced the same problem. I have used kvm to build LFS, > > > when I ran configure from GMP, it generate an error saying no > > > suitable compiler found for pentium2-unlnown-linux-gnu. actually my > > > machine is x86_64-unknown-linux-gnu.

Re: GMP incorrectly detects CPU-VENDOR-OS triplet

2010-05-14 Thread Aleksandar Kuktin
>On Fri, 14 May 2010 22:20:32 +0100 >Ken Moffat wrote: > > On 14 May 2010 20:03, Prashant R Keshvani (Baijoo) > wrote: > > Hi, I have faced the same problem. I have used kvm to build LFS, > > when I ran configure from GMP, it generate an error saying no > > sui

Re: GMP incorrectly detects CPU-VENDOR-OS triplet

2010-05-14 Thread Ken Moffat
On 14 May 2010 20:03, Prashant R Keshvani (Baijoo) wrote: > Hi, I have faced the same problem. I have used kvm to build LFS, > when I ran configure from GMP, it generate an error saying no suitable > compiler found for pentium2-unlnown-linux-gnu. actually my machine > is x86_64-unkno

Re: GMP incorrectly detects CPU-VENDOR-OS triplet

2010-05-14 Thread Prashant R Keshvani (Baijoo)
Hi, I have faced the same problem. I have used kvm to build LFS, when I ran configure from GMP, it generate an error saying no suitable compiler found for pentium2-unlnown-linux-gnu. actually my machine is x86_64-unknown-linux-gnu. I had to manually specify it using build option. Regards, On Sat

GMP incorrectly detects CPU-VENDOR-OS triplet

2010-05-14 Thread Bruce Dubbs
Ticket #2661 On my x86_64 machine ./config.guess script of GMP 5.01 (and 5.00 as well) returns 'athlon-unknown-linux-gnu' which is incorrectly considered by ./configure script as 32-bit platform, so it expects sizeof(long) to be 4, when it is actually 8: checking compiler cc -O2

LFS-6.5 Chapter 6.13 GMP-4.3.1

2009-09-07 Thread Baho Utot
Compiling GMP on an Athlon Phenom II X810 using an i686 liveCD This is not what I wanted as I wanted to build an i686 system. What is in the book makes it compile like this: with march=k8 and mtune=k8 export ABI="32" ./configure --prefix=/usr --build=$CHOST --enable-cxx --enable-m

Re: GCC-4.3.2 Pass1 - requires GMP 4.1+ and MPFR 2.3.0+ SOLVED

2009-04-02 Thread Chris Staub
Thomas Anderson wrote: > Thanks for all your feedback. Aaron Sterling was correct - I did not > unpack the mpfr and gmp packages in the gcc directory. The book > doesn't explicitly say this but then again it doesn't tell me to > breath every few seconds or so either - lo

Re: GCC-4.3.2 Pass1 - requires GMP 4.1+ and MPFR 2.3.0+ SOLVED

2009-04-02 Thread Thomas Anderson
Thanks for all your feedback. Aaron Sterling was correct - I did not unpack the mpfr and gmp packages in the gcc directory. The book doesn't explicitly say this but then again it doesn't tell me to breath every few seconds or so either - lol. I will try to think things out a little bet

Re: GCC-4.3.2 Pass1 - requires GMP 4.1+ and MPFR 2.3.0+

2009-04-02 Thread Aditya Bankar
Hi Thomas, Aaron's reply should work for you. If it doesn't then you can explicitly point to the gmp & mpfr directories using --with-gmp and --with-mpfr options to your configure script. This way you can have your gmp and mpfr directories anywhere and name them anything you li

Re: GCC-4.3.2 Pass1 - requires GMP 4.1+ and MPFR 2.3.0+

2009-04-01 Thread Mike McCarty
ssp --enable-languages=c > > I received the following error message: > > configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+. > Try the --with-gmp and/or --with-mpfr options to specify their locations. > > The book did not explicitly say to compile the mpfr and gmp pack

Re: GCC-4.3.2 Pass1 - requires GMP 4.1+ and MPFR 2.3.0+

2009-04-01 Thread Aaron Sterling
I am working on ubuntu 8.10 and this step works fine for me.  have you unpacked them into the gcc directory (not their own directly under sources but under gcc) and renamed the resulting directories to gmp and mpfr? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

GCC-4.3.2 Pass1 - requires GMP 4.1+ and MPFR 2.3.0+

2009-04-01 Thread Thomas Anderson
or message: configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+. Try the --with-gmp and/or --with-mpfr options to specify their locations. The book did not explicitly say to compile the mpfr and gmp packages (they are unpacked - as user lfs - into their specified directories) but it seems to me

Re: installing with gmp on host system

2005-11-03 Thread Doug Ronne
On 11/3/05, Dan Nicholson <[EMAIL PROTECTED]> wrote: > On 11/3/05, Doug Ronne <[EMAIL PROTECTED]> wrote: > > On 11/3/05, Matthew Burgess <[EMAIL PROTECTED]> > > Right you are. I eventually came to the realization that alfs was not > > performing the scripts up front correctly and the fixincludes

Re: installing with gmp on host system

2005-11-03 Thread Dan Nicholson
On 11/3/05, Doug Ronne <[EMAIL PROTECTED]> wrote: > On 11/3/05, Matthew Burgess <[EMAIL PROTECTED]> wrote: > > Doug Ronne wrote: > > > There is a chance this should go to the alfs list since that is where > > > I first ran into the trouble, but I got the error by hand too. During > > > the second

Re: installing with gmp on host system

2005-11-03 Thread Doug Ronne
On 11/3/05, Matthew Burgess <[EMAIL PROTECTED]> wrote: > Doug Ronne wrote: > > There is a chance this should go to the alfs list since that is where > > I first ran into the trouble, but I got the error by hand too. During > > the second pass of gcc, I get a bunch of errors and the first error > >

Re: installing with gmp on host system

2005-11-03 Thread Matthew Burgess
Doug Ronne wrote: There is a chance this should go to the alfs list since that is where I first ran into the trouble, but I got the error by hand too. During the second pass of gcc, I get a bunch of errors and the first error that shows up is with /usr/included/gmp.h (a huge pile of syntax error

installing with gmp on host system

2005-11-02 Thread Doug Ronne
: error: syntax error before '__gmpf_size' /usr/include/gmp.h:1439: error: syntax error before '__gmpn_get_str' /usr/include/gmp.h:1488: error: syntax error before 'size_t' /usr/include/gmp.h:1681: error: syntax error before '__gmpz_size' configure: faile