Re: use of LFS_TGT in relesed lfs 6.4 book

2009-01-18 Thread Gerard Beekmans
> How it happened is up to him to explain. Perhaps he didn't > make a tag for the release, and just used trunk after the > fact when making the PDF file. > > Seems there should be a checklist for making a release, I > know I have one for BLFS when I make a release. There is (a checklist). I'm sur

Re: use of LFS_TGT in relesed lfs 6.4 book

2009-01-18 Thread Gerard Beekmans
> Yeah, verified. It's there in the PDF file. That's really odd. I don't > know who generated the PDF, but it's definitely contaminated with stuff > from trunk which were post 6.4. That qualifies as an oops if I ever heard of one. Refresh my memory, who did the actual release tagging again for

Re: use of LFS_TGT in relesed lfs 6.4 book

2009-01-18 Thread Randy McMurchy
Jeremy Huntwork wrote: > Chris Staub wrote: >> I had a user in IRC insisting they were looking at LFS 6.4, specifically >> the pdf - >> http://www.linuxfromscratch.org/lfs/downloads/stable/LFS-BOOK-6.4.pdf.bz2 >> - and that it mentioned $LFS_TGT in that command. I tried checking the >> pdf myse

Re: use of LFS_TGT in relesed lfs 6.4 book

2009-01-18 Thread Thomas Pegg
Chris Staub wrote: > Randy McMurchy wrote: >> Mike Vanderlaan wrote: >>> At the end of gcc compile pass1, the book states to link libgcc_eh.a by >>> linking to libgcc.a for pass1 with the command: >>> >>> ln -vs libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name | \ >>> >>> sed 's/libgcc/&_eh/'` >>>

RE: use of LFS_TGT in relesed lfs 6.4 book

2009-01-18 Thread Bob Kimmel
> I had a user in IRC insisting they were looking at LFS 6.4, > specifically the pdf - > http://www.linuxfromscratch.org/lfs/downloads/stable/LFS-BOOK- 6.4.pdf.bz2 > - and that it mentioned $LFS_TGT in that command. I tried > checking the pdf myself to be certain, but I'm having some > odd font

Re: use of LFS_TGT in relesed lfs 6.4 book

2009-01-18 Thread Jeremy Huntwork
Chris Staub wrote: > I had a user in IRC insisting they were looking at LFS 6.4, specifically > the pdf - > http://www.linuxfromscratch.org/lfs/downloads/stable/LFS-BOOK-6.4.pdf.bz2 > - and that it mentioned $LFS_TGT in that command. I tried checking the > pdf myself to be certain, but I'm havi

Re: use of LFS_TGT in relesed lfs 6.4 book

2009-01-18 Thread Chris Staub
Randy McMurchy wrote: > Mike Vanderlaan wrote: >> At the end of gcc compile pass1, the book states to link libgcc_eh.a by >> linking to libgcc.a for pass1 with the command: >> >> ln -vs libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name | \ >> >> sed 's/libgcc/&_eh/'` >> >> Am I missing something? >

Re: use of LFS_TGT in relesed lfs 6.4 book

2009-01-18 Thread Randy McMurchy
Mike Vanderlaan wrote: > At the end of gcc compile pass1, the book states to link libgcc_eh.a by > linking to libgcc.a for pass1 with the command: > > ln -vs libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name | \ > > sed 's/libgcc/&_eh/'` > > Am I missing something? I don't know which book you're

use of LFS_TGT in relesed lfs 6.4 book

2009-01-18 Thread Mike Vanderlaan
At the end of gcc compile pass1, the book states to link libgcc_eh.a by linking to libgcc.a for pass1 with the command: * ln -vs libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name | \ sed 's/libgcc/&_eh/'` * but section 4.4 on setting up the environment doesn't define the LFS_TGT environment variab