Gentoo System Update (Was: Re: Theories on GCC 3.2?)
Rich Edelman
edelman at speedscript.com
Tue Sep 3 18:43:54 CDT 2002
Actually, if you're using Gentoo, the proper way to upgrade GCC is to do one
of two things:
emerge -u gcc && emerge glibc gcc
-or-
cd /usr/portage
scripts/bootstrap.sh
That'll make sure that once GCC is built, it will rebuild glibc and then
rebuild gcc using your newly up to date glibc. Then if you want to upgrade
everything on your machine, the correct syntax is:
emerge -e (or --emptytree) world
That will take everything on your machine, and rebuild/reinstall all of it,
including the dependencies. just doing an emerge -u world does not update the
dependencies and whatever uses that dependency.
Rich
On Tuesday 03 September 2002 01:05 pm, Duane Attaway wrote:
> Your system is completely modular. You can update gcc or the whole system
> at once. The /home directory should have no effect or be affected by any
> of this. Unless you are doing a destructive reinstall process.
>
> To upgrade gentoo's gcc, I use the following command:
>
> emerge -u gcc
>
> or to recompile everything to the latest version:
>
> emerge rsync
> emerge -u world
>
More information about the Kclug
mailing list