> 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
> 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
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
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/'`
>>>
> 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
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
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?
>
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
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