Re: live cd

2011-06-29 Thread Özgür KURU
http://www.linuxfromscratch.org/lfs/view/stable/

2011/6/29 Bill Cunningham bill...@suddenlink.net

I have an iso burned of the lfs live cd and don't have any idea how to
 use it. Is there directions on the website anywhere?

 Bill

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




-- 
Özgür Kuru
Php Developer, Linux Server Admin(nokta.com), Blog Dergisi Yazarı
www.ozgurkuru.net
www.blogdergisi.com
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


gcc-4.6.1-cross_compile-1.patch gcc-4.6.1-startfiles_fix-1.patch not available

2011-06-29 Thread xinglp

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


compiling cross gcc-4.6.0

2011-06-29 Thread Bill Cunningham
I have installed the cross-compiled binutils-2.21 but I'm not clear on 
how to get my first pass gcc-4.6.0 to use the cross-compiled ld and as. 
Those spec files can be hard to read too. How can I get gcc-4.6.0 to use my 
new ld and as?

Bill

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


Re: compiling cross gcc-4.6.0

2011-06-29 Thread William Immendorf
On Wed, Jun 29, 2011 at 7:03 PM, Bill Cunningham bill...@suddenlink.net wrote:
    I have installed the cross-compiled binutils-2.21 but I'm not clear on
 how to get my first pass gcc-4.6.0 to use the cross-compiled ld and as.
 Those spec files can be hard to read too. How can I get gcc-4.6.0 to use my
 new ld and as?
One word: FBBG. (follow book, book good). Just move on, nothing to
really worry about. The instructions are correct, just keep a going.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


gcc-4.6.0 errors

2011-06-29 Thread Bill Cunningham

I have no idea what these errors mean.

==

../.././gcc/ipa-pure-const.c:455: warning: enumeration value `BUILT_IN_LABS' 
not handled in switch
 handled in switch
../.././gcc/ipa-pure-const.c:455: warning: enumeration value `END_BUILTINS' 
not handled in switch
/lfs/gcc-4.6.0/host-i686-pc-linux-gnu/gcc/cc1: error while loading shared 
libraries: libmpc.so.2: cannot open shared object file: No such file or 
directory
configure: error: in `/lfs/gcc-4.6.0/i686-lfs-linux/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make[1]: *** [configure-target-libgcc] Error 1
make: *** [all] Error 2



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


Re: gcc-4.6.0 errors

2011-06-29 Thread William Immendorf
On Wed, Jun 29, 2011 at 8:22 PM, Bill Cunningham bill...@suddenlink.net wrote:
 /lfs/gcc-4.6.0/host-i686-pc-linux-gnu/gcc/cc1: error while loading shared
 libraries: libmpc.so.2: cannot open shared object file: No such file or
 directory
It would really help first off if you simply tell us where you are at.
Are you doing the first pass or the second pass of GCC?

Anyway, I think you should simple reset the GCC build and try again,
following the book exactly.

-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page