Re: GHC static binaries with glibc-2.12?

2010-10-11 Thread Simon Marlow
On 10/10/2010 05:22, Alexander Dunlap wrote: On Fri, Oct 8, 2010 at 12:46 AM, Simon Marlow wrote: On 08/10/2010 03:23, Alexander Dunlap wrote: I recently upgraded my Arch Linux system to glibc 2.12 and static binaries compiled with GHC 6.12.3 all fail with the message "mkTextEncoding: invalid

Re: porting using unregisterised build: x86->amd64 solaris

2010-10-11 Thread Karel Gardas
On 10/06/10 00:02, Ian Lynagh wrote: > On Tue, Oct 05, 2010 at 07:21:43PM +0200, Karel Gardas wrote: >> On 10/05/10 17:25, Ian Lynagh wrote: >>> >>> Does the file exist? >>> >>> If so, "make -dr all_ghc_stage2" should show why make thinks it's out of >>> date, which should point to the problem. >>

Has something about -prof -auto-all changed in GHC 7?

2010-10-11 Thread Bryan O'Sullivan
I've been trying to use a library compiled with profiling in 7.0.1rc1, where I'm compiling the library with -auto-all, but I'm getting output when I run an app linked against the library that contains almost no information from inside the library: basically just a single cost centre from the app it