Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[EMERGE + KDELIBS] no known STL type found
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mb
Guru
Guru


Joined: 25 Apr 2002
Posts: 355
Location: Hessen | .de

PostPosted: Sat May 18, 2002 1:09 pm    Post subject: [EMERGE + KDELIBS] no known STL type found Reply with quote

hi,

i just wanted to check out objprelink... i did the following:

- emerge objprelink (btw: bug -> download URL has changed)
- added objprelink to USE
- emerge qt (this was pretty useless, i think)
- emerge kdelibs

i got the following error while emerging:
Code:

checking if STL implementation is SGI like... no
checking if STL implementation is HP like... no
configure: error: "no known STL type found - did you forget to install libstdc++-devel ?"


hmm.. strange... so i changed into /var/tmp/portage/kdelibs-3.0-r1/ and called ./configure and configure worked....


[edit]
also libXext can not be found... something is realy messed up
#mb
Back to top
View user's profile Send private message
mb
Guru
Guru


Joined: 25 Apr 2002
Posts: 355
Location: Hessen | .de

PostPosted: Sat May 18, 2002 4:34 pm    Post subject: Reply with quote

okok... my fault... typo in make.conf

strange implication...


#mb
Back to top
View user's profile Send private message
abhishek
Retired Dev
Retired Dev


Joined: 28 Jun 2002
Posts: 393
Location: Los Angeles, CA

PostPosted: Fri Mar 07, 2003 8:37 pm    Post subject: Reply with quote

What was the typo? I am curious because I have the same problem.
Back to top
View user's profile Send private message
Becks
Tux's lil' helper
Tux's lil' helper


Joined: 06 Dec 2002
Posts: 90

PostPosted: Fri Apr 18, 2003 8:07 am    Post subject: Reply with quote

I also had the same problems when i emerged kdelibs. When i changed to /var/tmp/portage/kdelibs-3.1.1a/work and ran ./configure there was no such error.

So: libstc++ must be there somewhere (at least) :)

Because i run distcc i thought the problem could be this. So i chamged the entries for distcc in /etc.make.conf:

CC="distcc" -> CC="gcc"
CXX="distcc g++" -> "g++"
and removed the line
FEATURES="distcc"

Finally i set the Values of CC and CXX in the shell by
export CC="gcc" CXX="g++"

After this, everything worked. Ok, no distcc for kde *sigh* (someones knows a better way without breaking this ?), but now at least i can emerge kde

Alex
Back to top
View user's profile Send private message
Target
Apprentice
Apprentice


Joined: 25 Apr 2002
Posts: 200

PostPosted: Sun Jan 18, 2004 10:12 pm    Post subject: Reply with quote

I've got the same problem, but I'm not using distcc and I've got libstdc++ installed (lib-compat v1.3).

The full error is:

Code:
checking if STL implementation is SGI like... no
checking if STL implementation is HP like... no
configure: error: "no known STL type found - did you forget to install libstdc++-devel ?"

So apparently I don't have an SGI or HP-like STL, but I do have one. Bad configure flag in the ebuild?
Back to top
View user's profile Send private message
Shapierian
Tux's lil' helper
Tux's lil' helper


Joined: 15 Sep 2003
Posts: 88

PostPosted: Mon Jan 19, 2004 6:51 am    Post subject: Reply with quote

Target: Did you rebuild glibc/binutils lately? if so remerge gcc
Back to top
View user's profile Send private message
bouh
n00b
n00b


Joined: 22 Sep 2003
Posts: 8

PostPosted: Mon Jan 19, 2004 3:25 pm    Post subject: Reply with quote

Shapierian wrote:
Target: Did you rebuild glibc/binutils lately? if so remerge gcc


Hi, same problem for me, and this tips fixed it.

thx Shapierian :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum