On 01/16/2014 04:23 PM, Pierre Labastie wrote:
> Le 16/01/2014 22:15, William Darryl Jackson a écrit :
>> Greetings,
>>
>> My first pass of make produced the following error:
>>
>> checking for MPFR... no
>> configure: error: libmpfr not found or uses a diffe
Greetings,
My first pass of make produced the following error:
checking for MPFR... no
configure: error: libmpfr not found or uses a different ABI (including
static vs shared).
make[1]: *** [configure-mpc] Error 1
make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
make: *** [all] Error 2
On 01/16/2014 10:46 AM, William Darryl Jackson wrote:
Greetings, back in GCC-4.8.1 again section 5.5.1 - after re-reading
everything I decided to do as suggested to try to find out why I am
having so much difficulty with this 'make'.
In the config.log I found the following fa
Greetings, back in GCC-4.8.1 again section 5.5.1 - after re-reading
everything I decided to do as suggested to try to find out why I am
having so much difficulty with this 'make'.
In the config.log I found the following fatal errors:
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5)
confi
Anybody see any problems here? (FYI gcc-4.6 and 4.7 are both installed.
Header uses 4.6 but other software requires 4.7).
william@c-68-36-199-213:~/My_Documents$ ./version-check.sh
bash, version 4.2.37(1)-release
/bin/sh -> /bin/bash
Binutils: (GNU Binutils for Debian) 2.22
bison (GNU Bison) 2.5
Greetings,
I am trying to get glibc installed on my system, so I can continue/begin
LFS. I get the same error from Glibc versions 2-17, and 18.
//home/william/Downloads/glibc-2.18/nis/nis_file.c:42: undefined
reference to `xdrstdio_create' /
/collect2: error: ld returned 1 exit status /
/m
Never mind, I just answered my own question. I remember Debian did not
show Glibc as a package, and I loaded eglibc-source, but apparently it
is not sufficient. Need to find Glibc-2.5.1 - maybe from another Debian
repository, or compile and install it from elsewhere.
This pertains to the 'make'
Hello again,
In the GCC first pass section 5.5.1 page 38 - I received the following
compile error:
checking for i686-lfs-linux-gnu-gcc...
/mnt/lfs/sources/gcc-build/./gcc/xgcc
-B/mnt/lfs/sources/gcc-build/./gcc/ -B/tools/i686-lfs-linux-gnu/bin/
-B/tools/i686-lfs-linux-gnu/lib/ -isystem
/to
t; /bin/mount /dev/sdb2 /mnt/lfs.
> Then re-check by calling mount.
> Maybe you will need to write its fstab line with rw option only.
> Of course you can let it mount under /media and adjust LFS env. variable.
>
> 2014/1/11 William Darryl Jackson :
>> On 01/11/2014 02:51 PM, C
On 01/11/2014 02:51 PM, Chris Staub wrote:
> On 01/11/14 14:47, William Darryl Jackson wrote:
>> On 01/11/2014 02:33 PM, Chris Staub wrote:
>>> On 01/11/14 14:25, William Darryl Jackson wrote:
>>>> Yes,
>>>>
>>> Your output says there is something
On 01/11/2014 02:33 PM, Chris Staub wrote:
> On 01/11/14 14:25, William Darryl Jackson wrote:
>> Yes,
>>
>> mount
>>
>> /dev/sdb2 on /media/lfs type ext4
>> (rw,nosuid,nodev,relatime,user_xattr,barrier=1,data=ordered,uhelper=udisks)
>>
>> The e
edba wrote:
Could you please post to here output of a "mount" command started in
your Debian konsole/terminal and output of "echo $LFS"?
2014/1/11 William Darryl Jackson :
I never answered your question: after doing the export LFS=/mnt/lfs; ls
-ld $LFS/sources says directory no
I have just decided to abandon the external drive and resize my internal
drive. I wanted external because internal is only 50GB, external is
500GB, took 30 hours to resize it.
I should be able to peel of about 25-30GB and /make this work/. Thanks
for your time - going to regroup.
William
--
11/2014 01:50 PM, William Darryl Jackson wrote:
> On 01/11/2014 01:24 PM, Pierre Labastie wrote:
>> Le 11/01/2014 16:33, William Darryl Jackson a écrit :
>>
>>> Now I find-out that g++ is not on my system, and thus c++. I install the
>>> program and decide to remove
On 01/11/2014 01:24 PM, Pierre Labastie wrote:
> Le 11/01/2014 16:33, William Darryl Jackson a écrit :
>
>> Now I find-out that g++ is not on my system, and thus c++. I install the
>> program and decide to remove the ../gcc-build folder to reconfigure gcc
>> from th
As embarrassing as it is to admit, I never appreciated that there is a
difference between a C compiler, and C++, I assumed gcc would provide it
and was wrong.
So, when I went back to the beginning previously it was because I got
confused about the folder permissions. I created the user lfs, gav
Greetings:
Having rebuilt from scratch, and being certain all steps were followed
accurately - in the proper folder and environment; GCC 'make' is still
giving me the following error:
configure: error: C++ compiler missing or inoperational
make[1]: *** [configure-libcpp] Error 1
make[1]: Leav
On 01/10/2014 09:02 PM, Michael E. Maher wrote:
Hi William,
On Fri, 2014-01-10 at 20:32 -0500, William Darryl Jackson wrote:
Greetings:
The GCC configure was successful, however the "make" error ed-out.
checking for MPFR... no
configure: error: libmpfr not found or uses a dif
Greetings:
The GCC configure was successful, however the "make" error ed-out.
checking for MPFR... no
configure: error: libmpfr not found or uses a different ABI (including
static vs shared).
make[2]: *** [configure-stage1-mpc] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/gcc-build'
ma
On 01/10/2014 05:02 PM, Pierre Labastie wrote:
> Le 10/01/2014 22:40, William Darryl Jackson a écrit :
>> Greetings:
>>
>> First I would like to state that I was able to successfully compile Binutils.
>>
>> [...]
>> So I thought to put it in a script:
>&
Greetings:
First I would like to state that I was able to successfully compile
Binutils.
In section 5.5.1 page 36; after the tar commands we are supposed to do
the following:
lfs@c-68-36-199-213:/mnt/lfs/sources/gcc-4.8.1$ for file in \
> $(find gcc/config -name linux64.h -o -name linux.h -
21 matches
Mail list logo