Günther Schmidt <[email protected]> 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 [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
