building ghc-6.12.3 from source on Open Solaris

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? Günther

Günther Schmidt
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). -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com

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).

2010/7/10 Günther Schmidt
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?
This isn't specific to Open Solaris, but it's where I would start: http://hackage.haskell.org/trac/ghc/wiki/Building/Solaris See also: http://hackage.haskell.org/trac/ghc/wiki/Platforms#Tier2platforms Jason
participants (3)
-
Günther Schmidt
-
Ivan Lazar Miljenovic
-
Jason Dagit