Re: [Haskell-cafe] Unable to hc-build ghc 6.6.1

2008-06-10 Thread Ian Lynagh
On Mon, Jun 09, 2008 at 01:48:48PM -0400, Re, Joseph (IT) wrote: I'm trying to do a registered hc-build on linux2.4 x86 with ghc 6.6.1. You're likely to find it easier to bootstrap by installing a bindist onto the machine, unless that is impossible for some reason. GenApply.o(.text+0x13a55):

RE: [Haskell-cafe] Unable to hc-build ghc 6.6.1

2008-06-10 Thread Re, Joseph (IT)
From: Ian Lynagh [mailto:[EMAIL PROTECTED] You're likely to find it easier to bootstrap by installing a bindist onto the machine, unless that is impossible for some reason. Unfortunately it is due to policy. GenApply.o(.text+0x13a55): In function `s5cr_info': : undefined reference to

RE: [Haskell-cafe] Unable to hc-build ghc 6.6.1

2008-06-10 Thread Re, Joseph (IT)
-Original Message- From: Ian Lynagh [mailto:[EMAIL PROTECTED] Nothing comes to mind. Were the libraries rebuilt after building GenApply on the machine on which the hc files were generated? Nope. After building the hc tarball with a new copy of ghc 6.6.1 on the host machine, I

[Haskell-cafe] Unable to hc-build ghc 6.6.1

2008-06-09 Thread Re, Joseph (IT)
I'm trying to do a registered hc-build on linux2.4 x86 with ghc 6.6.1. After fixing mk/bootstrap.mk to include -lncurses in HC_BOOT_LIBS to get past an undefined reference to tputs et al, I've gotten stuck with the following undefined reference error: