On 5/22/06, Henning Thielemann <[EMAIL PROTECTED]> wrote:
On Mon, 22 May 2006, Scherrer, Chad wrote: > % ./Setup.hs install > Installing: /f/g/lib/fps-0.7 & /f/g/bin fps-0.7... > *** Exception: /f: createDirectory: permission denied (Permission > denied) > > I don't have root on this machine, and it's not obvious (to me) how to > specify that everything should be installed locally. Any suggestions? Install locally after configuring this way: ./Setup.lhs configure --user --prefix=$HOME/yourlocalhaskelllibsdir
The --user flag to 'configure' isn't necessary. -- Friendly, Lemmih _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
