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
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
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
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
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 -
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
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
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
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
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
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
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
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
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
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
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/
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
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.
>>
>
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
> *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
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
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
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
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
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:
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
>
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
>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
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
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
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
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
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
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
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
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
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
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
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
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
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
> >
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
: 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
60 matches
Mail list logo