Oh, dear.  This one I don't even know how to *start* with.

When compiling the library, the compile crashes with the following:

  rm -f required/Time.o ; if [ ! -d required/Time ]; then mkdir required/Time; else 
find required/Time -name '*.o' -print | xargs rm -f __rm_food ; fi ; 
  ../../ghc/driver/ghc -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing -O -split-objs 
-odir required/Time  -monly-3-regs -H16m -H8m  -c required/Time.lhs -o required/Time.o 
-osuf o
  ghc: ignoring heap-size-setting option (-H8m)...not the largest seen
  ghc: ignoring heap-size-setting option (-H8m)...not the largest seen

  NOTE: Simplifier still going after 4 iterations; bailing out.

  NOTE: Simplifier still going after 4 iterations; bailing out.
  <<ghc: 1299013876 bytes, 690 GCs, 10917323/11954952 avg/max bytes residency (53 
samples), 0.02 INIT (0.01 elapsed), 164.85 MUT (179.05 elapsed), 183.51 GC (186.36 
elapsed) :ghc>>
  ghc: module version unchanged at 1
  /usr/src/ghc/tmp/ghc8242.hc:35545: structure has no member named `tm_zone'
  /usr/src/ghc/tmp/ghc8242.hc:36256: structure has no member named `tm_zone'
  /usr/src/ghc/tmp/ghc8242.hc:36304: structure has no member named `tm_gmtoff'
  /usr/src/ghc/tmp/ghc8242.hc:37074: structure has no member named `tm_zone'

Given that the names listed don't even occur in Time.lhs, and the file
"ghc8242.hc" doesn't exist in the tmp directory when I try to look at
it, I am sunk without a trace.  Any suggestions?


                                        Dave Barton <*>
                                        [EMAIL PROTECTED] )0(
                                        http://www.intermetrics.com/~dlb

Reply via email to