Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge gnome-libs undefined reference
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
NatureBoy2
n00b
n00b


Joined: 25 Sep 2004
Posts: 6

PostPosted: Wed Sep 29, 2004 2:24 pm    Post subject: emerge gnome-libs undefined reference Reply with quote

Hi All!

I'm running into a problem emerging gnome-libs. It stops every time with these errors:

/usr/lib/libesd.so: undefined reference to `pthread_create'
/usr/lib/libesd.so: undefined reference to `dlclose'
/usr/lib/libesd.so: undefined reference to `dlopen'
/usr/lib/libesd.so: undefined reference to `dlsym'
/usr/lib/libesd.so: undefined reference to `pthread_mutex_trylock'
/usr/lib/libesd.so: undefined reference to `pthread_join'
collect2: ld returned 1 exit status

Can anyone give me a pointer about what might be wrong?

Thanks!
Back to top
View user's profile Send private message
NatureBoy2
n00b
n00b


Joined: 25 Sep 2004
Posts: 6

PostPosted: Wed Sep 29, 2004 4:11 pm    Post subject: Reply with quote

Even the simplest pointer about how I can try to resolve this would be appreciated. After all, it does say "noob" under my avatar!
Back to top
View user's profile Send private message
dang
Developer
Developer


Joined: 27 Oct 2002
Posts: 29

PostPosted: Mon Oct 25, 2004 5:01 pm    Post subject: Reply with quote

I've hit this too, and I believe that it's because newer ESD (esound pachage) requires pthreads, but the package using it doesn't link against libpthread. Try using
Code:

USE="-esd" emerge foo

and see if it works. It worked for me for mpg123.
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