QT problem

Bryan, Bill bill.bryan at eds.com
Tue May 28 16:17:21 BST 2002


I suggest you give us the line of code ( make file, shell 
script, whatever ) where this bind is called.  It looks to 
me that the linker is considering -lstdc++ as a filename, 
not as a library include argument.  

-----Original Message-----
From: Gianluca Baldo [mailto:webmaster at phpauction.org]
Sent: Saturday, May 25, 2002 2:44 PM
To: kdevelop at kdevelop.org
Subject: Re: QT problem


> Here's hat I have now:
>
> 	libsdtc is 3.1-0.21
This is libstdc++ of course...

Gianluca


> 	gcc is 3-1.2
> 	ld is 2.12.90.07
> 	LD_LIBRARY_PATH=/usr/lib
>
> Here's what I have in /usr/lib:
>
> /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
> /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
> /usr/lib/libstdc++-libc6.1-1.so.2 -> libstdc++-2-libc6.1-1-2.9.0.so
> /usr/lib/libstdc++-libc6.2-2.so.3 -> libstdc++-3-libc6.2-2-2.10.0.so
> /usr/lib/libstdc++.so.2.7.2 -> libstdc++.so.2.7.2.8
> /usr/lib/libstdc++.so.2.7.2.8
> /usr/lib/libstdc++.so.2.8 -> libstdc++.so.2.8.0
> /usr/lib/libstdc++.so.2.8.0
> /usr/lib/libstdc++.so.2.9 -> libstdc++.so.2.9.dummy
> /usr/lib/libstdc++.so.2.9.dummy
> /usr/lib/libstdc++.so.3 -> libstdc++.so.3.0.4
> /usr/lib/libstdc++.so.3.0.4
> /usr/lib/libstdc++.so.4 -> libstdc++.so.4.0.0
> /usr/lib/libstdc++.so.4.0.0
>
> I am still getting the same error.
> I cannot see what's wrong with all this...
>
> Thanks again for your time.
>
>
>
> 					Gianluca
>
> On Saturday 25 May 2002 02:03 pm, you wrote:
> > Hi,
> >
> > the problem is here:
> > > /usr/bin/ld: cannot find -lstdc++
> > > collect2: ld returned 1 exit status
> >
> > it cannot find the stdc++ library. Are you using gcc 3.x with a stdc++
> > library from gcc 2.x?
> >
> > Are you running configure as root user? Some distros have special
> > security settings for root users.
> >
> > Also make sure that libstdc++ is somewhere where the linker can find it
> > (/lib or /usr/lib) or modify your LD_LIBRARY_PATH environment variable.
> >
> > Best regards,
> > Harry

-- 
Gianluca Baldo
Mallorca 186 - 3º 1ª
08036 Barcelona (Spain)
tel/fax +34 93 454 93 24
http://www.phpauction.org
http://www.gianlucabaldo.com

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org
with the following body:
unsubscribe »your-email-address«

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list