[Haskell-cafe] building ghc-6.12.3 from source on Open Solaris
Ivan Lazar Miljenovic
ivan.miljenovic at gmail.com
Sat Jul 10 10:27:39 EDT 2010
Günther Schmidt <gue.schmidt at web.de> 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).
--
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com
More information about the Haskell-Cafe
mailing list