Re: Confusion re: separate gcc-build directory

2008-08-26 Thread Theron Stanford
On Tue, Aug 26, 2008 at 6:36 PM, <[EMAIL PROTECTED]> wrote: > I am using the html version of Linux From Scratch Version 6.3. > > I have completed all steps up to and including application of the specs > patch in section "5.11. GCC-4.1.2 - Pass 2, 5.11.1. Re-installation of > GCC". > > HOWEVER, the

RE: Glibc cannot find -lstdc++

2008-08-26 Thread satish patel
I thought after long time I got no success that’s why I care of error -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Moffat Sent: Tuesday, August 26, 2008 8:32 PM To: LFS Support List Subject: Re: Glibc cannot find -lstdc++ On Tue, Aug 26, 2008 at 0

Confusion re: separate gcc-build directory

2008-08-26 Thread cda
I am using the html version of Linux From Scratch Version 6.3. I have completed all steps up to and including application of the specs patch in section "5.11. GCC-4.1.2 - Pass 2, 5.11.1. Re-installation of GCC". HOWEVER, the following instructions have me confused: >> >> Create a separate build

Re: Glibc cannot find -lstdc++

2008-08-26 Thread Ken Moffat
On Tue, Aug 26, 2008 at 08:10:05PM -0400, satish patel wrote: > Chapter 5 > http://www.linuxfromscratch.org/lfs/view/stable/chapter05/gcc-pass2.html > > When I am doing gcc pass 2 check I got error when I make -k check > I refer you to my previous reply - don't run the tests in chapter 5. For t

RE: Glibc cannot find -lstdc++

2008-08-26 Thread satish patel
Chapter 5 http://www.linuxfromscratch.org/lfs/view/stable/chapter05/gcc-pass2.html When I am doing gcc pass 2 check I got error when I make -k check for i in `${compiler} --print-multi-lib 2>/dev/null`; do \ dir=`echo $i | sed -e 's/;.*$//'`; \ if [ "${dir}" = "." ]; then \ true; \

RE: Glibc cannot find -lstdc++

2008-08-26 Thread satish patel
Thanks I have ignore make check step and now I am on next page of LFS. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Moffat Sent: Tuesday, August 26, 2008 6:33 PM To: LFS Support List Subject: Re: Glibc cannot find -lstdc++ On Tue, Aug 26, 2008 at

Re: Glibc cannot find -lstdc++

2008-08-26 Thread Ken Moffat
On Tue, Aug 26, 2008 at 05:54:44PM -0400, satish patel wrote: > Again I got new error > For the moment, I shall ignore the fact you are continuing to top-post, and not trimming what you reply to. Your choice of mail client is not a valid excuse! ;-) First, the test suites in chapter 5 are of

Re: Glibc cannot find -lstdc++

2008-08-26 Thread Theron Stanford
If you read the book, you will discover that On Tue, Aug 26, 2008 at 2:54 PM, satish patel <[EMAIL PROTECTED]> wrote: > Again I got new error [snip] > /lfs/sources/glibc-build/nptl /mnt/lfs/sources/glibc-build/nptl/tst-cancel1 >> /mnt/lfs/sources/glibc-build/nptl/tst-cancel1.out > Didn't expect

RE: Glibc cannot find -lstdc++

2008-08-26 Thread satish patel
Again I got new error gcc -B/tools/bin/ -nostdlib -nostartfiles -o /mnt/lfs/sources/glibc-build/nptl/tst-cancel1 -Wl,-dynamic-linker=/tools/lib/ld-linux.so.2 -Wl,-z,combreloc -Wl,-z,relro /mnt/lfs/sources/glibc-build/csu/crt1.o /mnt/lfs/sources/glibc-build/csu/crti.o `gcc -B/tools/bin/ --print

Re: Glibc cannot find -lstdc++

2008-08-26 Thread Valter Douglas Lisbôa Jr.
Em Tuesday 26 August 2008 17:58:16 satish patel escreveu: > Now I have soft link that files into /usr/lib so now error is change and > point to different file is missing or not found > > /tools/bin/ld: cannot find -lstdc++_shared > > How to set ld search path /usr/lib/gcc/i386-redhat-linux/3.4.3 Se

RE: Glibc cannot find -lstdc++

2008-08-26 Thread satish patel
Its solve after creating soft link to /usr/lib but now I got again one more error which is gcc -B/tools/bin/ -shared -static-libgcc -Wl,-dynamic-linker=/tools/lib/ld-linux.so.2 -Wl,-z,defs -B/mnt/lfs/sources/glibc-build/csu/ -Wl,-z,combreloc -Wl,-z,relro -L/mnt/lfs/sources/glibc-build -L/mnt/l

RE: Glibc cannot find -lstdc++

2008-08-26 Thread satish patel
Now I have soft link that files into /usr/lib so now error is change and point to different file is missing or not found /tools/bin/ld: cannot find -lstdc++_shared How to set ld search path /usr/lib/gcc/i386-redhat-linux/3.4.3 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

RE: Glibc cannot find -lstdc++

2008-08-26 Thread satish patel
I have this file in my system lfs:/mnt/lfs/sources/glibc-build$ ls -l /usr/lib/libstdc++.so* libstdc++.so.6 libstdc++.so.6.0.3 but strange thing is this two file also located here rpm -ql libstdc++-devel-3.4.6-9 /usr/lib/gcc/i386-redhat-linux/3.4.3/libstdc++.a /usr/lib/gcc/i386-redhat-lin

Re: Glibc cannot find -lstdc++

2008-08-26 Thread Valter Douglas Lisbôa Jr.
> My ld can not find file -lstdcc++ is this the problem ?? The /usr/lib/libstdc++.so or /usr/lib/libstdc++.a is been missing by the compiler. -- Valter Douglas Lisbôa Jr. Sócio-Diretor Trenix - IT Solutions "Nossas Idéias, suas Soluções!" www.trenix.com.br [EMAIL PROTECTED] -- http://linuxfrom

Re: Glibc cannot find -lstdc++

2008-08-26 Thread Valter Douglas Lisbôa Jr.
Em Tuesday 26 August 2008 16:52:40 satish patel escreveu: > http://www.linuxfromscratch.org/lfs/view/stable/chapter05/gcc-pass1.html > > I have done it as per this URL and Next chapter is Glibc where I am stuck > on make check > > I have used --enable-languages=c only not c++ so is there any issue

RE: Glibc cannot find -lstdc++

2008-08-26 Thread satish patel
Man I can understand but I got lost of error yesterday and I have changed my Host OS ubuntu to CentOS 4.6 now I got only one error with is -lstdcc++ file I have find on google but there is not solution on it..even LFS mailing list there is not solution now what I do.. I am sorry for Top-posting ki

RE: Glibc cannot find -lstdc++

2008-08-26 Thread satish patel
http://www.linuxfromscratch.org/lfs/view/stable/chapter05/gcc-pass1.html I have done it as per this URL and Next chapter is Glibc where I am stuck on make check I have used --enable-languages=c only not c++ so is there any issue ?? as per document only --enable-languages=c is there so I have us

Re: Glibc cannot find -lstdc++

2008-08-26 Thread Randy McMurchy
satish patel wrote: > I have completed GCC Installation but what about c++ it is not in LFS book, > I am doing this step from LFS book ...step by step. I suppose you didn't understand the message Ken was trying to get across to you about top-posting. Yes, it was sarcastic, but then it was supposed

Re: Glibc cannot find -lstdc++

2008-08-26 Thread Valter Douglas Lisbôa Jr.
Em Tuesday 26 August 2008 16:36:10 satish patel escreveu: > I have completed GCC Installation but what about c++ it is not in LFS book, > I am doing this step from LFS book ...step by step. c++ is not a separate package, it's included in GCC, verify if you put --enable-languages=c,c++ in your last

RE: Glibc cannot find -lstdc++

2008-08-26 Thread satish patel
I have completed GCC Installation but what about c++ it is not in LFS book, I am doing this step from LFS book ...step by step. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Valter Douglas Lisbôa Jr. Sent: Tuesday, August 26, 2008 3:25 PM To: LFS Support

Re: Glibc cannot find -lstdc++

2008-08-26 Thread Valter Douglas Lisbôa Jr.
Em Tuesday 26 August 2008 15:45:50 Satish Patel escreveu: > I got this error on make check for glibc > > > ces/glibc-build/libc_nonshared.a -lstdc++ -lgcc_eh > /mnt/lfs/sources/glibc-build/elf/ld.so > /mnt/lfs/sources/glibc-build/libc_nonshared.a > /tools/bin/ld: cannot find -lstdc++ > collect2: ld

Glibc cannot find -lstdc++

2008-08-26 Thread Satish Patel
I got this error on make check for glibc ces/glibc-build/libc_nonshared.a -lstdc++ -lgcc_eh /mnt/lfs/sources/glibc-build/elf/ld.so /mnt/lfs/sources/glibc-build/libc_nonshared.a /tools/bin/ld: cannot find -lstdc++ collect2: ld returned 1 exit status make[2]: *** [/mnt/lfs/sources/glibc-build/d

Re: Udev - device population error during boot

2008-08-26 Thread Ag. D. Hatzimanikas
On Tue, Aug 26, at 04:03 Ag. D. Hatzimanikas wrote: > On Tue, Aug 26, at 02:00 Mikołaj D1SoveR Banasik wrote: > > First of all, thank you for helping me with broken ncurses > > installation. Using first of the provided solutions helped me > > completely. But now I have somewhat different issue with

Re: Udev - device population error during boot

2008-08-26 Thread Ag. D. Hatzimanikas
On Tue, Aug 26, at 02:00 Mikołaj D1SoveR Banasik wrote: > First of all, thank you for helping me with broken ncurses > installation. Using first of the provided solutions helped me > completely. But now I have somewhat different issue with my LFS > system. I've managed to get all to way to the end

Udev - device population error during boot

2008-08-26 Thread Mikołaj "D1SoveR" Banasik
First of all, thank you for helping me with broken ncurses installation. Using first of the provided solutions helped me completely. But now I have somewhat different issue with my LFS system. I've managed to get all to way to the end of the book, but unfortunately, I'm having some trouble getting