5 hours ago, Neil Van Dyke wrote: > > One way to make uninstalling installs from source easy, and to get > an additional benefit, is to use the "--prefix" option to > "configure" to put a Racket installation into its own directory > tree.
A far easier way (for unix platforms) is to *not* use `--prefix'. This gets the tree to compile in-place, which you can then move to any place in the file system, and when you want to uninstall it you can just `rm -rf' the whole thing. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users