Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-17 Thread Ken Moffat
On Mon, 16 Jan 2006, Clemens Haupt wrote: Ok. I finished chapter 5 and I go on studying the beginning of 6. When I'll understand the most of it I'll try to come to the end. Just a final question: In /sources of the chrooted system, which directories should be there? For instance glibc-build has

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-17 Thread Clemens Haupt
On Tuesday 17 January 2006 12:55, Ken Moffat wrote: When you start chapter 6, you need access to the binutils-build and binutils-2.whatever directories from chapter 5 (the book has a note telling you not to delete these in pass 2). OK! Thank you very much! Otherwise, you should delete

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-17 Thread Randy McMurchy
Clemens Haupt wrote these words on 01/17/06 07:27 CST: I think you have experience enough so I'll allways keep your advice in mind! :-) Or, you could actually just read the book, and do everything on your own. -- Randy rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3] [GNU C

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-17 Thread Ken Moffat
On Tue, 17 Jan 2006, Randy McMurchy wrote: Or, you could actually just read the book, and do everything on your own. Which I guess is an instruction to read the book thoroughly, e.g. http://www.linuxfromscratch.org/lfs/view/stable/chapter05/chapter05.html#ch-tools-introduction Hmm, three

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-17 Thread Chris Staub
Randy McMurchy wrote: Clemens Haupt wrote these words on 01/17/06 07:27 CST: I think you have experience enough so I'll allways keep your advice in mind! :-) Or, you could actually just read the book, and do everything on your own. You expect someone to actually read the book and figure it

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-16 Thread Ken Moffat
On Mon, 16 Jan 2006, Clemens Haupt wrote: On Monday 16 January 2006 02:10, Ken Moffat wrote: On Sun, 15 Jan 2006, Clemens Haupt wrote: #endif #ifdef __cplusplus extern C void std::exit (int) throw (); using std::exit; configure: exit 1 You should have an error message somewhere, perhaps

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-16 Thread Clemens Haupt
On Monday 16 January 2006 13:47, Ken Moffat wrote: Well then, back to start. Sorry, I misread your post and thought you were in chapter 6. But, you haven't reached 5.7, you are still in 5.6. Neither, nor. I was in chapter 6 and I did go to start. Nothing from the last mailing ist still

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-16 Thread Dan Nicholson
On 1/16/06, Clemens Haupt [EMAIL PROTECTED] wrote: I came to 5.6 and absolutly everything went fine, 5.7 too. Now I am in 5.11. GCC-3.4.3 - pass 2. snip Made make several times, but make check allways gave me Errors. So I made make bootstrap ans the make check nothing else than errors.

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-16 Thread Ken Moffat
On Mon, 16 Jan 2006, Clemens Haupt wrote: Well, I did so. I built LFS from a formated partition this morning. I came to 5.6 and absolutly everything went fine, 5.7 too. Now I am in 5.11. GCC-3.4.3 - pass 2. I patched it, in the sources directory, changed to gcc-3.4.3 and built gcc-build and

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-16 Thread mrdaniel
hi, i'd spent 9 days on the LFS and came to ask whether by the end of it all, can i install my openGL_SDL application which is developed using kDevelop in redhat linux. if it can be done i will invest the time to build LFS till the distro stage. your advise will be most appreciated. thanks

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-16 Thread Ken Moffat
On Tue, 17 Jan 2006, mrdaniel wrote: hi, i'd spent 9 days on the LFS and came to ask whether by the end of it all, can i install my openGL_SDL application which is developed using kDevelop in redhat linux. Please don't top-post on these lists, and more importantly, start a new thread

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-16 Thread mrdaniel
i don't wish to interrupt but maybe here you can help and try to understand that i did several post directly to lfs support but those were never accepted and got NO reply. what to do or what can you do for me on that ??? thanks. --- Ken Moffat [EMAIL PROTECTED] wrote: On Tue, 17 Jan 2006,

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-16 Thread Clemens Haupt
On Monday 16 January 2006 17:08, Ken Moffat wrote: FAIL: ext/enc_filebuf/char/13189.cc (test for excess errors) WARNING: ext/enc_filebuf/char/13189.cc compilation failed to produce executable FAIL: ext/enc_filebuf/wchar_t/13189.cc (test for excess errors) WARNING:

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-16 Thread Ken Moffat
On Mon, 16 Jan 2006, Clemens Haupt wrote: On Monday 16 January 2006 17:08, Ken Moffat wrote: It's a long while since I built gcc-3.4, and these particular errors don't ring any bells for me. Oh! You have to remember that development does not happen on a released book. I've mainly

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-16 Thread Clemens Haupt
On Monday 16 January 2006 21:01, Ken Moffat wrote: You have to remember that development does not happen on a released book. I've mainly been using versions of gcc-4 since early September, or perhaps earlier. Certainly, the errors might indicate something wrong, but if so, it is more

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-15 Thread Clemens Haupt
Hi Group! Even just a single person being interested in my stupid problems: Here is the mistake I made when getting Oppses every time at Book Chap 5.7 Adjusting the Toolchail II when doing readelf -l a.out | grep ': /tools' It was in chapter 4.4. Setting Up the Environment where I did

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-15 Thread Clemens Haupt
Hi Evrybody! I'm glad to be able to present a Glibc-problem too :-) within ../glibc-build in chapter 5.6.1 of the Book 6.1 I prepare ../glibc-2.3.4/configure --prefix=/tools \ --disable-profile --enable-add-ons \ --enable-kernel=2.6.0 --with-binutils=/tools/bin \ --without-gd

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-15 Thread Ken Moffat
On Sun, 15 Jan 2006, Clemens Haupt wrote: make stops at: checking size of long double... configure: error: cannot compute sizeof (long double), 77 and config.log says #define NO_UNDERSCORES 1 #define PACKAGE_BUGREPORT glibc #define PACKAGE_NAME GNU C Library #define PACKAGE_STRING GNU C

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-13 Thread Philipp Christian Ammann
pps: Is locale [EMAIL PROTECTED] known as problematic? no. (at least i don't have any problems using it :-) regards, philipp -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-12 Thread Tor Olav Stava
Clemens HAUPT wrote: Am Wednesday 11 January 2006 19:30 schrieb Clemens HAUPT : Hi everybody! Hi there :) Now, the only problem seems to be: readelf -l a.out | grepp ': /tools' Nothing as output, no [Requesting program interpreter:

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-12 Thread Dan Nicholson
On 1/12/06, Tor Olav Stava [EMAIL PROTECTED] wrote: If it still don't give the correct output, you could do readelf -l a.out | grep ': /ld-linux.so.2' Please don't do this. In no case will there be a file called /ld-linux.so.2. What he means is ... grep ': /lib/ld-linux.so.2'. Anyway if

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-12 Thread Clemens HAUPT
Am Thursday 12 January 2006 11:24 schrieb Tor Olav Stava : Clemens HAUPT wrote: Am Wednesday 11 January 2006 19:30 schrieb Clemens HAUPT : Hi everybody! Hi there :) Oh! An answer from far north! ;-) Now, the only problem seems to be: readelf -l a.out | grepp ': /tools' Nothing as output, no

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-12 Thread Clemens HAUPT
Am Thursday 12 January 2006 11:33 schrieb Tor Olav Stava : Hi again ;) Nice to read you again ;-) ps: How can I get the configuration of eth0? ifconfig isn't there )-: ifconfig can be found in the net-tools package in BLFS. Iihhh, not so nice, but now I understand why one wants me to use

Re: Book Chap 5.7 Adjusting the Toolchail II

2006-01-12 Thread Clemens HAUPT
Am Thursday 12 January 2006 14:57 schrieb Dan Nicholson : On 1/12/06, Tor Olav Stava [EMAIL PROTECTED] wrote: If it still don't give the correct output, you could do readelf -l a.out | grep ': /ld-linux.so.2' Please don't do this. In no case will there be a file called /ld-linux.so.2. As

Book Chap 5.7 Adjusting the Toolchail II

2006-01-11 Thread Clemens HAUPT
Am Wednesday 11 January 2006 19:30 schrieb Clemens HAUPT : Hi everybody! The latest news: echo 'main(){}' dummy.c OK cc dummy.c brought Nothing to read, is that OK? readelf -l a.out | grepp ': /tools' Nothing as output, no [Requesting program interpreter: