This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: removing/re-installing gcc on MacOSX ?
- From: Andrew Haley <aph-gcc at littlepinkcloud dot COM>
- To: Sabine Kraml <sabine dot kraml at cern dot ch>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 5 Oct 2007 15:46:06 +0100
- Subject: Re: removing/re-installing gcc on MacOSX ?
- References: <3C0A5DAB-CC80-4CC2-B0A3-49AAF865E888@cern.ch>
Sabine Kraml writes:
> Hello,
>
> I am sorry for the stupid question, but as a newcomer to MacOSX I've
> managed to screw up my gcc installation (there is a mismatch between
> diferent library versions). What's the best way to remove all of gcc
> including
> all libraries and reinstall it from scratch?
We don't know where you installed it so we can't say for sure, but:
Just remove the directory at the top of the $PREFIX you configured
with. Unless you did something really silly such as configuring with
--prefix=/usr, there won't be anything other than gcc below $PREFIX.
Andrew.