RE: ghc build on HP-UX

2000-05-31 Thread Matthias Mann
echeck:deSugar:coreSyn:specialise:simplCore:strana l:stgSyn:simplStg:codeGen:absCSyn:main:profiling:parser:usageSP:cprAnalysis -recomp -c main/CodeOutput.lhs -o main/CodeOutput.o -osuf o CodeOutput.lhs:39: Variable not in scope: `stix_final' Compilation had errors gmake[2]: *** [main/CodeOutput.o] Error 1 gmake[1]: *** [all] Error 1 gmake: *** [all] Error 1 Matthias Mann JWG-Universität Frankfurt

RE: ghc build on HP-UX

2000-05-31 Thread Matthias Mann
We've used 4.04pl1 extensively to compile newer compilers, > although on x86 and sparc-solaris only. That was not the point. I think the compiler said "Module `GlaExts' does not export `fromInt'" because of the following import #if __GLASGOW_HASKELL__ >= 404 import

RE: ghc build on HP-UX

2000-05-30 Thread Matthias Mann
error, or is it? > > It looks like a Haskell-version-specific error. What version > of ghc are you compiling with -- something old, like 3.02 or > 2.10 ? No. "ghc --version" yields The Glorious Glasgow Haskell Compilation System, version 4.04, patchlevel 0 Matthias Mann JWG-Universität Frankfurt

RE: ghc build on HP-UX

2000-05-30 Thread Matthias Mann
-c basicTypes/Const.lhs -o basicTypes/Const.o -osuf o Const.lhs:51: Module `GlaExts' does not export `fromInt' Compilation had errors gmake[2]: *** [basicTypes/Const.o] Error 1 gmake[1]: *** [all] Error 1 gmake: *** [all] Error 1 This isn't an HP-specific error, or is it? Matthias Mann JWG-Universität Frankfurt

ghc build on HP-UX

2000-05-30 Thread Matthias Mann
niversal_call_c.o as: "universal_call_c.S", line 16: error 1052: Directive name not recognized - FILE as: warning 31: Empty source file(s) gmake[2]: *** [universal_call_c.o] Error 1 gmake[1]: *** [all] Error 1 gmake: *** [all] Error 1 > You don't need universal_call_C.o to build G

RE:

2000-05-30 Thread Matthias Mann
static -O2 -optc-fomit-frame-pointer-c universal_call_c.S -o universal_call_c.o as: "universal_call_c.S", line 16: error 1052: Directive name not recognized - FILE as: warning 31: Empty source file(s) gmake[2]: *** [universal_call_c.o] Error 1 gmake[1]: *** [all] Error 1 gmake: *** [all] Error 1 Matthias Mann JWG-Universität Frankfurt

No Subject

2000-05-29 Thread Matthias Mann
have a hint, what to do? Matthias Mann JWG-Universität Frankfurt

standard library conformance

2000-03-23 Thread Matthias Mann
eatures were used that may not be supported in future releases. The +vallcompatwarnings option can be used to display more details, and the ld(1) man page contains additional information. This warning can be suppressed with the +vnocompatwarnings option. 585 mann@kiste:~/haskell$ DoesFile