Indiana Unversity logo[ConceptGCC]

ConceptGCC :

Re: How to uninstall conceptgcc?

From: Marcin Zalewski (zalewski_at_[hidden])
Date: 2008-01-29 15:41:56


All really depends on how did you install conceptgcc in the first place. If
you created a separate directory and used the --prefix option of the
configure script then you can safely delete the directory in which you
installed conceptgcc. If you did not specify a prefix explicitly, then:

  --prefix=PREFIX install architecture-independent files in PREFIX
              [/usr/local]

In other words, everything gets installed into /usr/local and there you have
to be careful. If you are sure it was empty before you can delete all
directories that "make install" created but if you are not sure then be
careful. I attach the list of files that conceptgcc installation generated
for me but it may be different for you depending on the version,
architecture, and the configuration options that you used.

-m

On Jan 29, 2008 6:37 PM, Hui Li <huil_at_[hidden]> wrote:

> Hi,
>
> I need to re-install conceptgcc into a different directory, thus have
> to uninstall it first. But I tried 'make uninstall' only to get a
> message saying that uninstalling is not supported.
>
> Can anyone tell me how to uninstall it? Or what directories that I
> can simply delete?
>
> Thanks a lot,
>
> Hui
>
> _______________________________________________
> ConceptGCC mailing list
> ConceptGCC_at_[hidden]
> http://www.osl.iu.edu/mailman/listinfo.cgi/conceptgcc
>