Re: 64bit Solaris was: Re: 7.8.1 plan

2014-07-16 Thread Alain O'Dea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/14/2014 01:16 PM, Karel Gardas wrote: On 07/14/14 02:53 PM, Christian Maeder wrote: Hi Karel, usually I do not build HEAD. My attempt starting to do so failed as follows: git clone git://git.haskell.org/ghc.git cd ghc ./sync-all get

Re: 64bit Solaris was: Re: 7.8.1 plan

2014-07-15 Thread Christian Maeder
I've described my attempt in the ticket: https://ghc.haskell.org/trac/ghc/ticket/8910 In case someone wants to investigate the core dump further I've put the binary-dist of the initial cross-compiler here:

Re: 64bit Solaris was: Re: 7.8.1 plan

2014-07-14 Thread Christian Maeder
Hi Karel, usually I do not build HEAD. My attempt starting to do so failed as follows: git clone git://git.haskell.org/ghc.git cd ghc ./sync-all get autoreconf ./configure gmake ... ghc.mk:690: libraries/haskeline/ghc.mk: Datei oder Verzeichnis nicht gefunden

Re: 64bit Solaris was: Re: 7.8.1 plan

2014-07-14 Thread Karel Gardas
On 07/14/14 02:53 PM, Christian Maeder wrote: Hi Karel, usually I do not build HEAD. My attempt starting to do so failed as follows: git clone git://git.haskell.org/ghc.git cd ghc ./sync-all get autoreconf ^ I'm not sure, but shouldn't that be `perl boot' ? ./configure ^ if you don't

64bit Solaris was: Re: 7.8.1 plan

2014-04-10 Thread Christian Maeder
Hi, I've tried to cross-compile https://ghc.haskell.org/trac/ghc/ticket/8910 but did not succeed, yet. There seem to be problems with Int64 and/or Word data types. The proper start would be to make a careful comparison of the test-suite results, but there are already failures for the 32bit

Re: 64bit Solaris was: Re: 7.8.1 plan

2014-04-10 Thread Karel Gardas
Hi, thanks to an advice put by Alain (cced), I've grabbed the copy of SmartOS and installed GHC there. It looks like this package is AMD64 based. I've then moved it to my Solaris 11.1 and it runs fine and compile the code well: $ ghc --make HelloWorld.lhs [1 of 1] Compiling Main