[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ARC and dispatch_release(queue) abends
From: |
Richard Frith-Macdonald |
Subject: |
Re: ARC and dispatch_release(queue) abends |
Date: |
Fri, 12 Jun 2015 09:25:42 +0100 |
On 11 Jun 2015, at 22:26, allynm <mark.allyn@verizon.net> wrote:
>
> Thanks, Fred. I guess I'll have to do that. I've been following Patryk
> Laurent's scripts, btw. I get close to having the thing work but then run
> into unknown problems. If you have seen his scripts -- there on the GNUstep
> Wiki-- perhaps you could let me know if there are pitfalls.
>
> What I'd like to do now is get rid of EVERYTHING that is installed down to
> bare silicon and do a fresh run of Patryk's scripts on a naked machine. How
> do you uninstall this stuff?
Well, anything you built/installed from scratch using gnustep-make, you should
be able to uninstall the same way;
go to the directory you built in, and type 'make uninstall' (of course you need
to uninstall gnustep-make last).
Anything installed from packages, you should be able to uninstall via your
package manager.