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 Sets the LDPATH enviroment variable to it. The directories are separated by :
e.g: export LDPATH="$LDPATH:/usr/lib/gcc/i386-redhat-linux/3.4.3" > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Valter > Douglas Lisbôa Jr. > Sent: Tuesday, August 26, 2008 4:29 PM > To: LFS Support List > Subject: Re: Glibc cannot find -lstdc++ > > > 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://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page -- Valter Douglas Lisbôa Jr. Sócio-Diretor Trenix - IT Solutions "Nossas Idéias, suas Soluções!" www.trenix.com.br [EMAIL PROTECTED] -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
