Re: [lfs-support] Trying to bring up LFS 2.0

2013-06-03 Thread geist1...@juno.com


-- Original Message --
From: William Harrington 
To: LFS Support List 
Subject: Re: [lfs-support] Trying to bring up LFS 2.0
Date: Mon, 3 Jun 2013 18:06:42 -0500


On Jun 3, 2013, at 5:18 PM, geist1...@juno.com wrote:When I am compiling my 
glibc-2.1.3 it say it says my compilier is too old, when actually it is newer, 
anyway I know what it needs and I have it.. So how do I say that Gcc is located 
at /mnt/lfs/usr/bin instead of usr/bin ??THANK YOU marty
You need to start understanding things are to be done as stated in chapter 5.  
You should have gone to LFS 2.1.5 rather than using 2.0 which was never 
releeased.

The build process is way different than it was in 3.0.
Your host needs the required versions.  Back then gcc 2.95.2 or 2.95.3 was 
standard in distros. Choose your distro carefully.
You will get to a point where gcc3 won't build a certain LFS version, then 
you'll get to the point where distros moved to gcc3 and then LFS had a bunch of 
patches.
Then you will get to a point where distros started using gcc4 and then there 
was a huge endeavor in LFS to port gcc3 code to gcc4 and thus a lot of patches.
After that it cooled down a bit.
Read carefully about the build process. It changes between 2.0, 3.0, 4.0, 5.0, 
and 6.0, and 7.0
Sincerely,
William HarringtonHi All;William, I had over the weekend, printed up the first 
sections of versions 2.4 3.0 4.0 and 5.0, And am looking thru them as needed.. 
I did find many changed thru the various versions.. Which makes the entire trip 
more interesting, trying to get an old version to work and to maybe actually 
understand what all is happening.. Of Course to fully do that I could need to 
go back to Linux 1.0, Which, I have a copy of.. I have never compiled it nor 
tried it.. And I am mainly using 2.4 now, instead of 2.0-pre1, that I had 
before.. So once Ken got me straightened out, things are flying right 
again..THANK YOU Marty

BlackBerry® 10
Get the latest details on the new BlackBerry 10 smartphone.
http://thirdpartyoffers.juno.com/TGL3131/51ad30b1751fb30b15e64st04duc-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] Trying to bring up LFS 2.0

2013-06-03 Thread geist1...@juno.com


-- Original Message --
From: Ken Moffat 
To: LFS Support List 
Subject: Re: [lfs-support] Trying to bring up LFS 2.0
Date: Mon, 3 Jun 2013 23:30:00 +0100

On Mon, Jun 03, 2013 at 10:18:06PM +, geist1...@juno.com wrote:
> William HarringtonHi All;I have another question ..
> When I am compiling my glibc-2.1.3 it say it says my compilier is too old, 
> when actually it is newer, anyway I know what it needs and I have it.. So how 
> do I say that Gcc is located at /mnt/lfs/usr/bin instead of usr/bin ??THANK 
> YOU marty

In 'recent' LFS (actually, for as long as I can remember - but
presumably things were different in the old days) we put /tools/bin
at the start of the PATH.  I assume that
export PATH=/mnt/lfs/bin:/mnt/lfs/usr/bin:$PATH
will do the necessary.

And welcome to the joys of trying to build old software with modern
tools ;-)

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
Hi All;
Ken, Thank You after getting one thing to work and another not to, I did a 
variation of what you said.. I put the regular paths ahead of the ones you 
showed me for /bin and /usr/bin.. And now Glibc is back to doing what it wants 
to do..  I also had to use gcc-2.95.3 instead of gcc-2.95.2, something in my 
version wasn't working.. But, at that time it could have been the PATH 
limitations.. Who knows..
So, THANK YOU Marty 

Weird but easy
Use this simple trick to collect silver from practically any bank
http://thirdpartyoffers.juno.com/TGL3131/51ad2e5056e522e507fedst02duc-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] Trying to bring up LFS 2.0

2013-06-03 Thread William Harrington


On Jun 3, 2013, at 5:18 PM, geist1...@juno.com wrote:

When I am compiling my glibc-2.1.3 it say it says my compilier is  
too old, when actually it is newer, anyway I know what it needs and  
I have it.. So how do I say that Gcc is located at /mnt/lfs/usr/bin  
instead of usr/bin ??

THANK YOU marty


You need to start understanding things are to be done as stated in  
chapter 5.  You should have gone to LFS 2.1.5 rather than using 2.0  
which was never releeased.



The build process is way different than it was in 3.0.

Your host needs the required versions.  Back then gcc 2.95.2 or 2.95.3  
was standard in distros. Choose your distro carefully.


You will get to a point where gcc3 won't build a certain LFS version,  
then you'll get to the point where distros moved to gcc3 and then LFS  
had a bunch of patches.


Then you will get to a point where distros started using gcc4 and then  
there was a huge endeavor in LFS to port gcc3 code to gcc4 and thus a  
lot of patches.


After that it cooled down a bit.

Read carefully about the build process. It changes between 2.0, 3.0,  
4.0, 5.0, and 6.0, and 7.0


Sincerely,

William Harrington-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] Trying to bring up LFS 2.0

2013-06-03 Thread Ken Moffat
On Mon, Jun 03, 2013 at 10:18:06PM +, geist1...@juno.com wrote:
> William HarringtonHi All;I have another question ..
> When I am compiling my glibc-2.1.3 it say it says my compilier is too old, 
> when actually it is newer, anyway I know what it needs and I have it.. So how 
> do I say that Gcc is located at /mnt/lfs/usr/bin instead of usr/bin ??THANK 
> YOU marty

 In 'recent' LFS (actually, for as long as I can remember - but
presumably things were different in the old days) we put /tools/bin
at the start of the PATH.  I assume that
 export PATH=/mnt/lfs/bin:/mnt/lfs/usr/bin:$PATH
will do the necessary.

 And welcome to the joys of trying to build old software with modern
tools ;-)

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] Trying to bring up LFS 2.0

2013-06-03 Thread geist1...@juno.com


-- Original Message --
From: William Harrington 
To: LFS Support List 
Subject: Re: [lfs-support] Trying to bring up LFS 2.0
Date: Sat, 1 Jun 2013 19:50:53 -0500


On Jun 1, 2013, at 7:42 PM, geist1...@juno.com wrote:William, Thank You for the 
downloads, I at present don't know what to do with the .xy suffixes
You will want to use xz or some other utility that can decompress lzma2.  I 
think you meant xy and not xz.
Sincerely,
William HarringtonHi All;I have another question ..
When I am compiling my glibc-2.1.3 it say it says my compilier is too old, when 
actually it is newer, anyway I know what it needs and I have it.. So how do I 
say that Gcc is located at /mnt/lfs/usr/bin instead of usr/bin ??THANK YOU marty

BlackBerry® 10
Get the latest details on the new BlackBerry 10 smartphone.
http://thirdpartyoffers.juno.com/TGL3131/51ad168c53ce168b7d88st03duc-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page