AdiosKid Posted March 3, 2017 Report Share Posted March 3, 2017 hi folks, I'm in new installation and I'm follow that guide about upgrade gcc : https://wiki.gentoo.org/wiki/Upgrading_GCC the commands : Install new version of compiler emerge -u sys-devel/gcc show the versions gcc-config -l choose the new version gcc-config 2 reinstall libtool emerge --ask --oneshot sys-devel/libtool remove the old version emerge --ask --depclean =sys-devel/gcc-4.9.3 until here all fine and perfect, but my doubt is about recompile the toolchain, I need just recompile the depedencies with revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc or I need recompile the whole system three ? AdiosKid 1 Link to comment Share on other sites More sharing options...
0 Oleg Vinichenko Posted March 4, 2017 Report Share Posted March 4, 2017 yes, you need revdep-rebuild command. AdiosKid 1 Link to comment Share on other sites More sharing options...
0 AdiosKid Posted March 6, 2017 Author Report Share Posted March 6, 2017 then I don't need recompile all system again just the package that use g++ ? AdiosKid 1 Link to comment Share on other sites More sharing options...
0 hencb Posted March 12, 2017 Report Share Posted March 12, 2017 No, you need both emerge -e @system --exclude gcc and revdep-rebuild. You can see the full instructions in the News announcement that Oleg Vinichenko wrote: http://www.funtoo.org/News:GCC_Update Link to comment Share on other sites More sharing options...
Question
AdiosKid
hi folks,
I'm in new installation and I'm follow that guide about upgrade gcc : https://wiki.gentoo.org/wiki/Upgrading_GCC
the commands :
Install new version of compiler
show the versions
choose the new version
reinstall libtool
remove the old version
until here all fine and perfect, but my doubt is about recompile the toolchain, I need just recompile the depedencies with
or I need recompile the whole system three ?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts