
13 Oct
2009
13 Oct
'09
3:13 p.m.
On Tue, Oct 13, 2009 at 01:17:16PM +0100, Nils Anders Danielsson wrote:
On 2009-10-13 08:58, Ian Lynagh wrote:
If you're installing one of the Linux bindists then you can use ./configure --prefix=/your/path and again you will have to set up the aliases yourself.
And if installing from source you can likewise use ./configure --prefix=/your/path and set up aliases yourself.
I install GHC under /usr/local/stow/ghc-<version>/, and use Stow (http://www.gnu.org/software/stow/) to create symlinks to my preferred version from /usr/local/….
Fantastic! I'd never heard of stow before. -Brent