
what may be wrong here ? ghc -ldl -fglasgow-exts -cpp -Iinclude -funbox-strict-fields -package-name base -O -H24m -keep-hc-files-too -optc-DNO_REGS -optc-DUSE_MINIINTERPRETER -fno-asm-mangling -funregisterised -fvia-C -split-objs -c GHC/Base.lhs -o GHC/Base.o ghc-5.04.2: invalid option combination Usage: For basic information, try the `--help' option.

-split-objs doesn't seem to match among the "unregisterised" flags (-fno-asm-mangling, -funregisterised, -optc-DUSE_MINIINTERPRETER...) On Wed, 22 Jan 2003, Rafael Martínez Torres wrote:
what may be wrong here ?
ghc -ldl -fglasgow-exts -cpp -Iinclude -funbox-strict-fields -package-name base -O -H24m -keep-hc-files-too -optc-DNO_REGS -optc-DUSE_MINIINTERPRETER -fno-asm-mangling -funregisterised -fvia-C -split-objs -c GHC/Base.lhs -o GHC/Base.o ghc-5.04.2: invalid option combination Usage: For basic information, try the `--help' option.
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
participants (1)
-
Rafael Martínez Torres