Re: FC4 as a host [Was: Re: file format not recognized from ld right from the start????]

2005-12-02 Thread Andrew Benton
Stephen Liu wrote: is there any opinon on this newly released Slackware 10.2. Slackware uses an obsolete 2.4 kernel. You'll need to compile a 2.6 kernel before you start. http://www.linuxfromscratch.org/lfs/view/stable/prologue/hostreqs.html Andy -- http://linuxfromscratch.org/mailman/listi

Re: FC4 as a host [Was: Re: file format not recognized from ld right from the start????]

2005-12-02 Thread Andrew Benton
Dan Nicholson wrote: I don't think, blah, blah... probably not the place to ask. Why are you posting this to LFS-Dev? Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: FC4 as a host [Was: Re: file format not recognized from ld right from the start????]

2005-12-02 Thread Andrew Benton
Andrew Benton wrote: Stephen Liu wrote: stuff Apologies for sending this to the wrong list. I was replying to a message on LFS Support. I didn't check the to address before sending. Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscri

Ncurses-5.5

2005-12-02 Thread Jeff Cousino
Nucrses-5.5 no longer builds or install libncurses++ C++ bindings. Here is the relavent section of the README. "In the `c++' directory, you'll find code that defines an interface to the curses, forms, menus and panels library packaged as C++ classes, and a demo program in C++ to test it. These cl

Re: FC4 as a host [Was: Re: file format not recognized from ld right from the start????]

2005-12-02 Thread Dan Nicholson
On 12/2/05, Andrew Benton <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote: > Why are you posting this to LFS-Dev? > Andy Whoops. Same thing. Forgot to check the addresses in OP's message. Sorry for the noise. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linux

Re: FC4 as a host [Was: Re: file format not recognized from ld right from the start????]

2005-12-02 Thread Kevin Barnard
I used 6.1.1  that has the patch.  (http://www.linuxfromscratch.org/lfs/view/stable/chapter05/binutils-pass1.html)  This patched 2 files I think, I'm at work away from the machine so I can't check for sure until later. The normal make works fine and ld does compile and install.  It's the secondary

Re: FC4 as a host [Was: Re: file format not recognized from ld right from the start????]

2005-12-02 Thread Kevin Barnard
I think you are right about GCC most of that I think is around GCJ (loads of fun)  I'll play around with the newer bintools and gcc and see if I get anywhere with this.  Worst case is I run into another wall and have to start over with a more sane distro.  In either case I'll let you know the resul

Re: GCC Fixincludes test failure

2005-12-02 Thread Gerard Beekmans
Jeremy Herbison wrote: Since fixincludes are disabled, the GCC (pass 2) tests fail with: make[1]: Entering directory `/mnt/chroot/tools/build/gcc-build/fixincludes' autogen -T ../../gcc-4.0.2/fixincludes/check.tpl ../../gcc-4.0.2/fixincludes/inclhack.def make[1]: autogen: Command not found make

Re: GCC Fixincludes test failure

2005-12-02 Thread Matthew Burgess
Gerard Beekmans wrote: make[1]: autogen: Command not found make[1]: *** [check] Error 127 make[1]: Leaving directory `/mnt/chroot/tools/build/gcc-build/fixincludes' make: *** [check-fixincludes] Error 2 This test should be disabled, no? Which leads me to a different question: are you the on

Re: Ncurses-5.5

2005-12-02 Thread Jeff Cousino
After closer invetigation, the library libncurses++.a is created, just not installed. so I replaced the chmod with, install -v -m 644 lib/libncurses++.a /usr/lib -- Regards, Jeff Cousino -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe:

Re: Ncurses-5.5

2005-12-02 Thread Dan Nicholson
On 12/2/05, Jeff Cousino <[EMAIL PROTECTED]> wrote: > After closer invetigation, the library libncurses++.a is created, just > not installed. so I replaced the chmod with, > > install -v -m 644 lib/libncurses++.a /usr/lib Hmm. I just did an install the other day, and the archive's there. I looke

Re: Ncurses-5.5

2005-12-02 Thread Jeff Cousino
Looks like I spoke too soon. After posting this info I found that the install was stopping early because of an error when running run-tic.sh script. This was appears to be caused by using make DESTDIR=$FAKEROOT install Sorry for the noise. -- Regards, Jeff Cousino -- http://linuxfromscratch.org/