Jeepers! message

1998-12-10 Thread Keith Wansbrough
What does this mean? (it's a warning, not an error) (compiling the prelude with a ghc-new-rts as of yesterday, plus some mods of my own, compiled with -DDEBUG using ghc-3.02, on Linux). ../../../ghc/driver/ghc -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing -O -spl it-objs -odir CPUTime

More `gmake boot' errors

1998-12-10 Thread Arne Glenstrup
Hi again, Trying `gmake boot' on our HPUX system (with gcc 2.8.1)... I get bogged down in the ghc/compiler directory at this point: /usr/local/topps/mix/bin/hp700pa2ux10/mkdependHS -f .depend -o o -D__HASKELL1__=4 -- -M -optdep-f -optdep.depend -optdep-o -optdepo -v -v -DOMIT_NATIVE_CO

# in #defines with arguments

1998-12-10 Thread Arne Glenstrup
Hi, Still, when trying to run `gmake boot' on our HPUX system, with $RAWCPP set to `gcc -E -' I get these errors concerning file ghc/compile/HsVersions.h: HsVersions.h:98: `#' operator is not followed by a macro argument name HsVersions.h:99: `#' operator is not followed by a macro argument nam

GHC 4.01 build fails to compile PrelBase on solaris

1998-12-10 Thread Kevin GLYNN
whoops! Ignore the comments about compiling on linux. I forgot that I need to compile with libc5. Thanks to Andrew Cheadle for telling me this originally. Its compiling PrelNumExtra as I write regards Kevin

`gmake boot' problem!

1998-12-10 Thread Arne Glenstrup
Hi, Trying to build ghc 4.01 for HP, I ran into trouble already at the `make boot' stage! Apparently, in ghc/includes/StgMacros.h there is a section #ifdef sparc_TARGET_ARCH ... typedef struct __ud { StgWord dhi; StgWord dlo; } unpacked_double; ... #endif #ifdef SUPPORT_LONG_LONGS typ

GHC 4.01 build fails to compile PrelBase on solaris

1998-12-10 Thread Kevin GLYNN
Hi, My build of 4.01 is failing at the first hurdle :-(. I get a bus error when it tries to build PrelBase: ==fptools== gmake all --no-print-directory -r; in /mount/munkora/clp/pmt/keving/fptools/ghc/lib/std ---