Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gaim-0.70-r1 and -r2 compile error - can't find an...
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
needlern1
Guru
Guru


Joined: 16 Jul 2002
Posts: 376
Location: Marietta, Ga 30068

PostPosted: Mon Oct 06, 2003 3:53 pm    Post subject: gaim-0.70-r1 and -r2 compile error - can't find an... Reply with quote

existing lib.
Code:
emerge gaim-0.70-r1.ebuild
...
nspr4 -lpthread -ldl    -lnsl
gcc: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/libstdc++.so: No such file or directory
make[3]: *** [gaim] Error 1
make[3]: Leaving directory `/var/tmp/portage/gaim-0.70-r1/work/gaim-0.70/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gaim-0.70-r1/work/gaim-0.70/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gaim-0.70-r1/work/gaim-0.70'
make: *** [all] Error 2
 
!!! ERROR: net-im/gaim-0.70-r1 failed.
!!! Function src_compile, Line 47, Exitcode 2
!!! Make failed

Both the -r1 and -r2 ebuilds fail with this same error.
When I do
Code:
hb3 gcc # find /usr/lib -iname libstdc++.so
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/libstdc++.so
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/libstdc++.so

How do I let the gaim build know that it is not seeing what it's looking for? and that it is installed? Help appriciated, TIA Bill
Back to top
View user's profile Send private message
needlern1
Guru
Guru


Joined: 16 Jul 2002
Posts: 376
Location: Marietta, Ga 30068

PostPosted: Wed Oct 08, 2003 2:19 pm    Post subject: Reply with quote

I was able to get around this and install gaim-0.70-r2 by linking the following:
Quote:
ln -s /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/libstdc++.so.5.0.5 libstdc++.so

I ran the above command while in the /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2 directory, where I had undone some links and wound up without a libstdc++.so. I hope this helps someone else with a similar problem. Bill

Oh, BTW, this version of gaim logs onto yahoo just fine again. :D
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