Re: binary dist GHC version 6.8.1

2007-11-07 Thread Ian Lynagh
Hi Christian, On Mon, Nov 05, 2007 at 04:59:57PM +0100, Christian Maeder wrote: > > the binary ghc-6.8.1/lib/ghc-6.8.1/ghc-6.8.1 is not stripped after > installation. I've filed a bug about "make install-strip" not working: http://hackage.haskell.org/trac/ghc/ticket/1851 Thanks Ian

Re: binary dist GHC version 6.8.1

2007-11-05 Thread Duncan Coutts
On Mon, 2007-11-05 at 16:59 +0100, Christian Maeder wrote: > Hi, > > in > http://www.haskell.org/ghc/dist/6.8.1/ghc-6.8.1-i386-unknown-linux.tar.bz2 > > the binary ghc-6.8.1/lib/ghc-6.8.1/ghc-6.8.1 is not stripped after > installation. For my own build from the sources I've put in my build.mk: >

binary dist GHC version 6.8.1

2007-11-05 Thread Christian Maeder
Hi, in http://www.haskell.org/ghc/dist/6.8.1/ghc-6.8.1-i386-unknown-linux.tar.bz2 the binary ghc-6.8.1/lib/ghc-6.8.1/ghc-6.8.1 is not stripped after installation. For my own build from the sources I've put in my build.mk: BIN_DIST=1 Project=Ghc INSTALL_PROGRAM = $(INSTALL) -s -m 755 Maybe mk/co