Christian Maeder | 18 Dec 20:44
Favicon

binary-dists for ghc-6.8.2

Dear all,

I've built binary distributions for Mac OS 10.4 (Tiger) based on (better
supported) GMP and GNUreadline frameworks and for Solaris 10.

http://www.dfki.de/sks/hets/mac/versions/ghc-6.8.2-powerpc-apple-darwin.tar.bz2
http://www.dfki.de/sks/hets/intel-mac/versions/ghc-6.8.2-i386-apple-darwin.tar.bz2

The frameworks under
http://www.haskell.org/ghc/dist/mac_frameworks/mac_e.htm
should do.

The Mac binaries have been built using
gcc version 4.0.1 (Apple Computer, Inc. build 5367)
and a patched Linker.lhs from
http://hackage.haskell.org/trac/ghc/ticket/1798
(also the files compiler/main/DriverPipeline.hs and utils/hsc2hs/Main.hs
are patched according to http://hackage.haskell.org/trac/ghc/ticket/1395)

The PPC binary still features:
http://hackage.haskell.org/trac/ghc/ticket/1845

The PPC ghc can be used on Intel Macs with the additional options:
  -optc-arch -optcppc -opta-arch -optappc -optl-arch -optlppc
(but that's slower than an i386 binary).

The Intel-Mac binary has also a patched file rts/Exception.cmm for
http://hackage.haskell.org/trac/ghc/ticket/1980 (although I don't know
if it is a Mac problem at all.)

(Continue reading)

Christian Maeder | 19 Dec 10:51
Favicon

Re: binary-dists for ghc-6.8.2

Christian Maeder wrote:
> Dear all,
> 
> I've built binary distributions for Mac OS 10.4 (Tiger) based on (better
> supported) GMP and GNUreadline frameworks and for Solaris 10.
> 
> http://www.dfki.de/sks/hets/mac/versions/ghc-6.8.2-powerpc-apple-darwin.tar.bz2
> http://www.dfki.de/sks/hets/intel-mac/versions/ghc-6.8.2-i386-apple-darwin.tar.bz2

I forgot to mention to install them using "make install-strip" after
"./configure" (to strip the binaries).

Christian

> The frameworks under
> http://www.haskell.org/ghc/dist/mac_frameworks/mac_e.htm
> should do.
[...]
Malcolm Wallace | 20 Dec 14:37

Re: binary-dists for ghc-6.8.2

> I've built binary distributions for Mac OS 10.4 (Tiger) based on
> (better supported) GMP and GNUreadline frameworks and for Solaris 10.
> 
> http://www.dfki.de/sks/hets/mac/versions/ghc-6.8.2-powerpc-apple-darwin.tar.bz2
> http://www.dfki.de/sks/hets/intel-mac/versions/ghc-6.8.2-i386-apple-darwin.tar.bz2
> 
> The frameworks under
> http://www.haskell.org/ghc/dist/mac_frameworks/mac_e.htm
> should do.

Are these going to be added to the main ghc-6.8.2 downloads page?

Regards,
    Malcolm
Ian Lynagh | 23 Dec 16:02
Gravatar

Re: binary-dists for ghc-6.8.2

On Tue, Dec 18, 2007 at 08:44:23PM +0100, Christian Maeder wrote:
> 
> I've built binary distributions

Thanks! All added to the download page.

Ian
Christian Maeder | 4 Jan 18:03
Favicon

Re: binary-dists for ghc-6.8.2

Christian Maeder wrote:
> 
> http://www.dfki.de/sks/hets/mac/versions/ghc-6.8.2-powerpc-apple-darwin.tar.bz2
> http://www.dfki.de/sks/hets/intel-mac/versions/ghc-6.8.2-i386-apple-darwin.tar.bz2

these dists are updated now, with a proper (though stripped) file
hsc2hs-bin that caused problems
http://hackage.haskell.org/trac/ghc/ticket/1395.

> The frameworks under
> http://www.haskell.org/ghc/dist/mac_frameworks/mac_e.htm
> should do.

> The Mac binaries have been built using
> gcc version 4.0.1 (Apple Computer, Inc. build 5367)
> and a patched Linker.lhs from
> http://hackage.haskell.org/trac/ghc/ticket/1798

Also the file compiler/main/DriverPipeline.hs is (still) patched
according to http://hackage.haskell.org/trac/ghc/ticket/1395

> The PPC binary still features:
> http://hackage.haskell.org/trac/ghc/ticket/1845

Both binaries have a fix for
http://hackage.haskell.org/trac/ghc/ticket/1980 now.
(Only the PPC dist has been rebuilt, the i386 one was only repacked)

Ian, could you replace the dists on the download page?

(Continue reading)

Ian Lynagh | 5 Jan 17:01
Gravatar

Re: binary-dists for ghc-6.8.2

On Fri, Jan 04, 2008 at 06:03:50PM +0100, Christian Maeder wrote:
> Christian Maeder wrote:
> > 
> > http://www.dfki.de/sks/hets/mac/versions/ghc-6.8.2-powerpc-apple-darwin.tar.bz2
> > http://www.dfki.de/sks/hets/intel-mac/versions/ghc-6.8.2-i386-apple-darwin.tar.bz2
> 
> Ian, could you replace the dists on the download page?

Done; I assume that these dists include the new hsc2hs-bin from
http://www.haskell.org/pipermail/glasgow-haskell-users/2008-January/013998.html
?

Thanks
Ian
Chris Saunders | 5 Jan 21:38
Favicon

RE: binary-dists for ghc-6.8.2

Will there be a binary release for Windows x86_64?

Regards
Chris Saunders
Ian Lynagh | 6 Jan 17:28
Gravatar

Re: binary-dists for ghc-6.8.2


Hi Chris,

On Sat, Jan 05, 2008 at 03:38:58PM -0500, Chris Saunders wrote:
> Will there be a binary release for Windows x86_64?

Unfortunately not in the near future; see this ticket for more details:

http://hackage.haskell.org/trac/ghc/ticket/1884

Thanks
Ian
Christian Maeder | 7 Jan 10:35
Favicon

Re: binary-dists for ghc-6.8.2

Ian Lynagh wrote:
> On Fri, Jan 04, 2008 at 06:03:50PM +0100, Christian Maeder wrote:
>> Christian Maeder wrote:
>>> http://www.dfki.de/sks/hets/mac/versions/ghc-6.8.2-powerpc-apple-darwin.tar.bz2
>>> http://www.dfki.de/sks/hets/intel-mac/versions/ghc-6.8.2-i386-apple-darwin.tar.bz2
>> Ian, could you replace the dists on the download page?
> 
> Done; I assume that these dists include the new hsc2hs-bin from
> http://www.haskell.org/pipermail/glasgow-haskell-users/2008-January/013998.html
> ?

Yes, thanks
Christian

Gmane