6 Oct 01:55
Linux binary dist problems
From: Colin Fleming <colin.mailinglist <at> gmail.com>
Subject: Linux binary dist problems
Newsgroups: gmane.comp.lang.haskell.cafe
Date: 2008-10-05 23:55:48 GMT
Subject: Linux binary dist problems
Newsgroups: gmane.comp.lang.haskell.cafe
Date: 2008-10-05 23:55:48 GMT
Hi all,
I just joined this list, I'm interested in learning Haskell to complement my day job language (Java). I was interested in trying to make a simple website using Haskell in order to have something to practise on, however in my host's shared environment I can't use the Linux binary packages - I get the same errors that a few people were talking about in September - firstly the "cannot determine current directory", and then after hacking the configure script the "[install] Error 136". It seems that this is probably an old libc, but this is an environment that I have almost no control over so I can't fix that. Are there any building from source options if I don't already have GHC? It looks from the porting guide that I might be able to make 6.6.2 with just a C compiler, can I then use that to build 6.8.3?
Thanks for any help. As a few people have commented, it would be great to make all this easier, as it's a pretty big stumbling block to starting with Haskell, and people are likely to get discouraged pretty quickly.
Cheers,
Colin
I just joined this list, I'm interested in learning Haskell to complement my day job language (Java). I was interested in trying to make a simple website using Haskell in order to have something to practise on, however in my host's shared environment I can't use the Linux binary packages - I get the same errors that a few people were talking about in September - firstly the "cannot determine current directory", and then after hacking the configure script the "[install] Error 136". It seems that this is probably an old libc, but this is an environment that I have almost no control over so I can't fix that. Are there any building from source options if I don't already have GHC? It looks from the porting guide that I might be able to make 6.6.2 with just a C compiler, can I then use that to build 6.8.3?
Thanks for any help. As a few people have commented, it would be great to make all this easier, as it's a pretty big stumbling block to starting with Haskell, and people are likely to get discouraged pretty quickly.
Cheers,
Colin
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe <at> haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
Another thing you could try is installing nix (nixos.org) (software
distirbution
system).. It bootstraps current ghc via ghc-6.4.2 from binaries / source
automatically (Don't think older compilers are supported than 6.4.x) but
you'll get a complete copy of each system lib within the store
direcotry. So you need some disk space. And I can't guarantee that it
works out of the box.. (it works with 2.6.9 kernel.. don't know about
older ones)
If all you want to do is toying around I can give you an ssh account to
my server which has ghc installed.
Anyway be prepared that there is no IDE support coming close to what
Eclipse provides for the Java language..
Sincerly
Marc
RSS Feed