[H-GEN] What have I installed?
Steven Shaw
steven_shaw at iprimus.com.au
Tue Feb 11 07:36:13 EST 2003
[ Humbug *General* list - semi-serious discussions about Humbug and ]
[ Unix-related topics. Posts from non-subscribed addresses will vanish. ]
It won't help this time but I find that never installing .tar.gz files to
the default location works for me. Something like:
$ tar tvfz foo-0.1.tar.gz
$ cd foo-0.1
$ ./configure --prefix ~/local/foo-0.1
$ make
$ make check
$ make install
You have to set up your PATH, MANPATH and maybe LD_LIBRARY_PATH or whatever
but at least you know where the stuff is. Then you can remove by rm -f
~/local/foo-0.1. Package systems are overrated ;-) [1]
Steve.
[1] I'm kidding.
--
* This is list (humbug) general handled by majordomo at lists.humbug.org.au .
* Postings to this list are only accepted from subscribed addresses of
* lists 'general' or 'general-post'. See http://www.humbug.org.au/
More information about the General
mailing list