Re: GHC 6.8.1 (now ghc-6.8.2) on Mac OS X 10.5 (Leopard)

2008-01-11 Thread Christian Maeder
setting MACOSX_DEPLOYMENT_TARGET=10.4 or MACOSX_DEPLOYMENT_TARGET=10.3 on an Intel Leopard produced binaries executable on Intel Tigers (we have no Intel Panther, though) Without MACOSX_DEPLOYMENT_TARGET binaries from Leopard yield Bus Error on Tiger. The binary was built using my own

Re: Problem building on NetBSD Alpha - Dynamic link dependency?

2008-01-11 Thread Jim Burton
Thanks Kili. I'm afraid I need rather a lot of hand-holding with this and immediately run into the next problem [EMAIL PROTECTED]:jim/ghc-6.8.2/includes$ gmake Creating ghcautoconf.h... Done. gcc -O -I/arpa/j/jim/ghc-6.8.2/includes -I/arpa/j/jim/ghc-6.8.2/libraries/base/include

network package

2008-01-11 Thread C.M.Brown
Hi, I have just built and installed ghc-6.8.2 on my linux box but I can't find the network package. Has it been moved or left out? Kind regards, Chris. ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org

ghc 6.6.1 -optl bug?

2008-01-11 Thread Bulat Ziganshin
Hello GHC, sorry, i'm still user of 6.6.1 version the following command: ghc --make -optl-s strips the executable while the following command ghc --make -optl--strip-all has no effect. i made some experiments and it seems that options starting with -- are not sent to ld at all (you

Re: ghc 6.6.1 -optl bug?

2008-01-11 Thread Christian Maeder
Bulat Ziganshin wrote: Hello GHC, sorry, i'm still user of 6.6.1 version the following command: ghc --make -optl-s strips the executable while the following command ghc --make -optl--strip-all has no effect. i made some experiments and it seems that options starting with

Re: problem with GHC installaion on x86_64

2008-01-11 Thread Yu Di
Thanks! The clean rebuild worked. Di, Yu 1.11 - Original Message From: Simon Peyton-Jones [EMAIL PROTECTED] To: Yu Di [EMAIL PROTECTED]; Bryan O'Sullivan [EMAIL PROTECTED] Cc: glasgow-haskell-users@haskell.org glasgow-haskell-users@haskell.org Sent: Thursday, January 10, 2008 3:18:39 AM

Re[2]: ghc 6.6.1 -optl bug?

2008-01-11 Thread Bulat Ziganshin
Hello Christian, Friday, January 11, 2008, 4:10:36 PM, you wrote: Does adding -optl-Xlinker help you? ghc --make Hello.hs -fforce-recomp -optl-Xlinker -optl--strip-all thank you - it works! -- Best regards, Bulatmailto:[EMAIL PROTECTED]

Re: Any Debian Etch packages for GHC 6.8.2?

2008-01-11 Thread Ferenc Wagner
Ian Lynagh [EMAIL PROTECTED] writes: On Tue, Jan 08, 2008 at 11:23:59AM +0100, Wagner Ferenc wrote: Ian uploaded 6.8.2 the day before yesterday... Maybe when he's finished with this work, a rebuild on Etch won't be too difficult. I do plan to do this at some point, but it's not imminent

Re: Any Debian Etch packages for GHC 6.8.2?

2008-01-11 Thread Ian Lynagh
On Tue, Jan 08, 2008 at 11:23:59AM +0100, Wagner Ferenc wrote: Ravi Nanavati [EMAIL PROTECTED] writes: Well... I built some (not all) of the 6.8.2-related packages in Haskell Unsafe on etch. Ian uploaded 6.8.2 the day before yesterday... Maybe when he's finished with this work, a

Re: network package

2008-01-11 Thread Don Stewart
cmb21: Hi, I have just built and installed ghc-6.8.2 on my linux box but I can't find the network package. Has it been moved or left out? It's not installed by default. You can find it on hackage.haskell.org, http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-2.1.0.0 As

Re: network package

2008-01-11 Thread Matthias Kilian
On Fri, Jan 11, 2008 at 09:32:20AM -0800, Don Stewart wrote: I have just built and installed ghc-6.8.2 on my linux box but I can't find the network package. Has it been moved or left out? It's not installed by default. You can find it on hackage.haskell.org,

Re: Any Debian Etch packages for GHC 6.8.2?

2008-01-11 Thread Ian Lynagh
On Fri, Jan 11, 2008 at 06:07:35PM +0100, Ferenc Wagner wrote: Ian Lynagh [EMAIL PROTECTED] writes: On Tue, Jan 08, 2008 at 11:23:59AM +0100, Wagner Ferenc wrote: Ian uploaded 6.8.2 the day before yesterday... Maybe when he's finished with this work, a rebuild on Etch won't be too

Re: Problem building on NetBSD Alpha - Dynamic link dependency?

2008-01-11 Thread Matthias Kilian
On Fri, Jan 11, 2008 at 11:06:57AM +, Jim Burton wrote: In file included from Stg.h:150, from Rts.h:19, from mkDerivedConstants.c:23: Regs.h:30:45: gmp.h: No such file or directory For a starter, look at http://hackage.haskell.org/trac/ghc/ticket/2009 No