From: Mikhail Zotov on
On Fri, 05 Mar 2010 19:12:05 +0000
Martin <xtd8865(a)gmail.com> wrote:

> On 03/05/2010 06:31 PM, dillinger wrote:
> > On 05/03/10 18:57, Martin wrote:
> >> A few months ago I installed emacs 23.1 from source. I just issued:
> >> ./configure
> >> make
> >> make install
....
> >> How can I remove emacs from my system now?
....
> > make uninstall
>
> The problem is that I removed the directory where I built it ages ago.

I think, you can compile emacs once again and then run "make uninstall"

--
Mikhail

From: Sylvain Robitaille on
Martin wrote:

>> make uninstall
> The problem is that I removed the directory where I built it ages ago.

It should still work. Unpack (the same version of) the source,
configure, make uninstall. In the worst case, it will get you most of
the way there. Your next installation should definitely be with a
package, though ...

--
----------------------------------------------------------------------
Sylvain Robitaille syl(a)encs.concordia.ca

Systems analyst / AITS Concordia University
Faculty of Engineering and Computer Science Montreal, Quebec, Canada
----------------------------------------------------------------------
From: Martin on
On 03/05/2010 07:33 PM, Mikhail Zotov wrote:
> On Fri, 05 Mar 2010 19:12:05 +0000
> Martin <xtd8865(a)gmail.com> wrote:
>
>> On 03/05/2010 06:31 PM, dillinger wrote:
>>> On 05/03/10 18:57, Martin wrote:
>>>> A few months ago I installed emacs 23.1 from source. I just issued:
>>>> ./configure
>>>> make
>>>> make install
> ...
>>>> How can I remove emacs from my system now?
> ...
>>> make uninstall
>>
>> The problem is that I removed the directory where I built it ages ago.
>
> I think, you can compile emacs once again and then run "make uninstall"
>
Why haven't I thought about it before?:)

--
regards

Martin
From: Mike Jones on
Responding to Martin:

> On 03/05/2010 06:31 PM, dillinger wrote:
>> On 05/03/10 18:57, Martin wrote:
>>> A few months ago I installed emacs 23.1 from source. I just issued:
>>> ./configure
>>> make
>>> make install
>>>
>>> I know I should've created a slack package for easier management. But
>>> I didn't...
>>> How can I remove emacs from my system now? The only things I'm going
>>> to keep are ~/.emacs and ~/.emacs.d
>>>
>>> thanks in advance
>>>
>>>
>> make uninstall
> The problem is that I removed the directory where I built it ages ago.


FWIW, I install from a /installs dir, and leave the stuff in there, just
to avoid such a problem. Its a matter of habits and disk space really,
and today's HDDs have enough space for such a "seatbelt" operation.

Its also handy for trying different versions of stuff, and replacing them
with the one you had if the new one is glitched or something.

I also know where all my *.tar.bz and .tgz files are when I want them. ;)

--
*=( http://www.thedailymash.co.uk/
*=( For all your UK news needs.
From: dillinger on
On 05/03/10 20:12, Martin wrote:
> On 03/05/2010 06:31 PM, dillinger wrote:
>> On 05/03/10 18:57, Martin wrote:
>>> A few months ago I installed emacs 23.1 from source. I just issued:
>>> ./configure
>>> make
>>> make install
>>>
>>> I know I should've created a slack package for easier management. But I
>>> didn't...
>>> How can I remove emacs from my system now?
>>> The only things I'm going to keep are ~/.emacs and ~/.emacs.d
>>>
>>> thanks in advance
>>>
>>
>> make uninstall
> The problem is that I removed the directory where I built it ages ago.
>

Shouldn't be a problem, just re-create it:
Find the source, unpack it,
../configure
make
make uninstall