
10 Jul
2010
10 Jul
'10
2:41 p.m.
Hi Ivan, yes I did. It keeps failing so I wonder if there is someone who has successfully compiled ghc-6.12.3 on Open Solaris. Günther Am 10.07.10 16:27, schrieb Ivan Lazar Miljenovic:
Günther Schmidt
writes: Hi,
does anyone here have experience what it takes to build ghc-6.12.3 from source on Open Solaris, with binary ghc-6.12.1 installed?
Have you tried following the generic building instructions at http://hackage.haskell.org/trac/ghc/wiki/Building/QuickStart ?
i.e.: unpack the source, and then run: ,---- | $ ./configure | $ make | $ make install `----
(if you want to install it somewhere non-standard, then check the ./configure options).