thnx

On 12/15/10, [email protected]
<[email protected]> wrote:
> Send lfs-support mailing list submissions to
>       [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://linuxfromscratch.org/mailman/listinfo/lfs-support
> or, via email, send a message with subject or body 'help' to
>       [email protected]
>
> You can reach the person managing the list at
>       [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of lfs-support digest..."
>
>
> Today's Topics:
>
>    1. Re: LFS problem (code.xiyou)
>    2. Re: LFS problem (Ken Moffat)
>    3. Re: LFS problem (code.xiyou)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 14 Dec 2010 18:29:41 +0800
> From: "code.xiyou" <[email protected]>
> Subject: Re: LFS problem
> To: Baho Utot <[email protected]>,    LFS Support List
>       <[email protected]>
> Message-ID:
>       <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> 2010/12/14 Baho Utot <[email protected]>
>
>> On Tuesday, December 14, 2010 01:38:20 am you wrote:
>> > 2010/12/14 code.xiyou <[email protected]>
>> >
>> > > 2010/12/14 Baho Utot <[email protected]>
>> > >
>> > > On Monday, December 13, 2010 06:27:26 am code.xiyou wrote:
>> > >> > Hello everyone,
>> > >> >
>> > >> >             Some errors happened like following when i compile
>> LFS6.3.
>> > >>
>> > >> My
>> > >>
>> > >> > version is Ubuntu 9.04.
>> > >> > l...@jiawei-laptop:/mnt/lfs/sources/glibc-build$ sudo make install
>> > >>
>> > >> [putolin]
>> > >>
>> > >> > /mnt/lfs/sources/glibc-build/libc.so.6
>> > >> > /mnt/lfs/sources/glibc-build/libc_nonshared.a -lgcc -Wl,--as-needed
>> > >>
>> > >> -lgcc_s
>> > >>
>> > >> > -Wl,--no-as-needed `gcc -B/tools/bin/ --print-file-name=crtend.o`
>> > >> > /mnt/lfs/sources/glibc-build/csu/crtn.o
>> > >> > /tools/bin/ld: unrecognized option '--hash-style=both'
>> > >> > /tools/bin/ld: use the --help option for usage information
>> > >> > collect2: ld returned 1 exit status
>> > >>
>> > >> LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
>> > >>
>> > >  You mean take  "LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed" in the
>> >
>> > Makefile or terminal command?
>>
>> LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed" make
>>
> It also prints the same error like following. And i think i should turn to
> other LFS version like 6.4 :)
>
> l...@jiawei-laptop:/mnt/lfs/sources/glibc-build$
> LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed" make
> ......
>  --print-file-name=crtend.o` /mnt/lfs/sources/glibc-build/csu/crtn.o
> /tools/bin/ld: unrecognized option '--hash-style=gnu'
> /tools/bin/ld: use the --help option for usage information
> collect2: ld returned 1 exit status
> make[2]: *** [/mnt/lfs/sources/glibc-build/iconv/iconvconfig] Error 1
> make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.5.1/iconv'
> make[1]: *** [iconv/others] Error 2
> make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.5.1'
> make: *** [all] Error 2
>
>
>>
>> >
>> > >> > make[2]: *** [/mnt/lfs/sources/glibc-build/iconv/iconv_prog] Error
>> > >> > 1
>> > >> > make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.5.1/iconv'
>> > >> > make[1]: *** [iconv/subdir_install] Error 2
>> > >> > make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.5.1'
>> > >> > make: *** [install] Error 2
>> > >> >
>> > >> > Any answer is okay, thanks.
>> > >>
>> > >> --
>> > >> http://linuxfromscratch.org/mailman/listinfo/lfs-support
>> > >> FAQ: http://www.linuxfromscratch.org/lfs/faq.html
>> > >> Unsubscribe: See the above information page
>> > >
>> > > --
>> > > Best Regards.
>> > > Harry Wei.
>>
>
>
>
> --
> Best Regards.
> Harry Wei.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://linuxfromscratch.org/pipermail/lfs-support/attachments/20101214/c52dab5e/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Tue, 14 Dec 2010 11:21:17 +0000
> From: Ken Moffat <[email protected]>
> Subject: Re: LFS problem
> To: LFS Support List <[email protected]>
> Message-ID: <20101214112117.ga2...@deepthought>
> Content-Type: text/plain; charset=utf-8
>
> On Tue, Dec 14, 2010 at 06:29:41PM +0800, code.xiyou wrote:
>> >
>> > LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed" make
>> >
>> It also prints the same error like following. And i think i should turn to
>> other LFS version like 6.4 :)
>>
>  The --hash-style=gnu is a comparatively recent change (perhaps in
> the last 2 years), so 6.4 is probably also too old.  Seriously,
> please use the latest release (6.7 at the moment).
>
>  And please trim your replies.
>
> ?en
> --
> das eine Mal als Trag?die, das andere Mal als Farce
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 14 Dec 2010 20:23:06 +0800
> From: "code.xiyou" <[email protected]>
> Subject: Re: LFS problem
> To: LFS Support List <[email protected]>
> Message-ID:
>       <[email protected]>
> Content-Type: text/plain; charset="utf-8"
>
> 2010/12/14 Ken Moffat <[email protected]>
>
>> On Tue, Dec 14, 2010 at 06:29:41PM +0800, code.xiyou wrote:
>> > >
>> > > LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed" make
>> > >
>> > It also prints the same error like following. And i think i should turn
>> to
>> > other LFS version like 6.4 :)
>> >
>>  The --hash-style=gnu is a comparatively recent change (perhaps in
>> the last 2 years), so 6.4 is probably also too old.  Seriously,
>> please use the latest release (6.7 at the moment).
>>
> Okay thanks :)
>
>>
>>  And please trim your replies.
>>
>> ?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
>>
>
>
>
> --
> Best Regards.
> Harry Wei.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://linuxfromscratch.org/pipermail/lfs-support/attachments/20101214/b66f245a/attachment-0001.html
>
> ------------------------------
>
> --
> http://linuxfromscratch.org/mailman/listinfo/lfs-support
> FAQ: http://www.linuxfromscratch.org/lfs/faq.html
> Unsubscribe: See the above information page
>
>
> End of lfs-support Digest, Vol 2183, Issue 1
> ********************************************
>
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to