In the processing of compiling GHC 4.02 using the *.hc files
recently made available, in a RedHat 6.0 (glibc 2.1, egcs 1.1.2),
I have executed the commands:
$ cd /var/tmp
$ tar -zxf /urano/downloads/haskell/ghc/ghc-4.02-src.tar.gz
$ cd fptools
$ tar -zxf /urano/downloads/haskell/ghc/ghc-3.02-hc.tar.gz
$ ./configure --prefix=/var/tmp/ghc --enable-hc-boot
$ make boot
$ make all
$ ./configure --prefix=/var/tmp/ghc
$ cd ghc/lib
$ make boot
$ make all
but the latest command failed with the following messages:
-----------------------------------------------------------------------------
[...]
../../../ghc/driver/ghc -i../misc -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing -O
-split-objs -odir PosixTTY '-#include"cbits/libposix.h"' -monly-2-regs -c
PosixTTY.lhs -o PosixTTY.o -osuf o
<<ghc: 263578000 bytes, 331 GCs, 2803122/5866356 avg/max bytes residency (9 samples),
17M in use, 0.01 INIT (0.02 elapsed), 8.71 MUT (9.11 elapsed), 5.39 GC (5.74 elapsed)
:ghc>>
ghc: module version changed to 1; reason: no old .hi file
Epilogue junk?:
popl %ecx
.Lfe337:
.size c91T_ret,.Lfe337-c91T_ret
.section .rodata
.align 4
.type c91S_info,@object
.size c91S_info,12
make[1]: *** [PosixTTY.o] Error 255
make: *** [all] Error 1
------------------------------------------------------------------------------
Any help?
Prof. Jos� Romildo Malaquias <[EMAIL PROTECTED]>
Compiling GHC 4.02 using the *.hc files on RedHat 6.0 Linux
Jose Romildo Malaquias Mon, 14 Jun 1999 20:21:56 +0200 (MET DST)
- RE: Compiling GHC 4.02 using the *.hc files on RedH... Jose Romildo Malaquias
- RE: Compiling GHC 4.02 using the *.hc files on... Simon Marlow
- Re: Compiling GHC 4.02 using the *.hc files on... Jose Romildo Malaquias
- Re: Compiling GHC 4.02 using the *.hc file... Rui Zhu
- Re: Compiling GHC 4.02 using the *.hc file... Jose Romildo Malaquias
