Invalid option combination

Simon Marlow simonmar@microsoft.com
Wed, 22 Jan 2003 16:18:50 -0000


You can't use -split-objs with -fno-asm-mangling (boring reason: the =
mangler is required to generate some annotations which are consumed by =
the splitting script).

Cheers,
	Simon

> -split-objs doesn't seem to match among the "unregisterised" flags
> (-fno-asm-mangling, -funregisterised, -optc-DUSE_MINIINTERPRETER...)
>=20
> On Wed, 22 Jan 2003, Rafael Mart=EDnez Torres wrote:
>=20
> > what may be wrong here ?
> >
> > ghc -ldl -fglasgow-exts -cpp -Iinclude=20
> -funbox-strict-fields -package-name base -O -H24m=20
> -keep-hc-files-too -optc-DNO_REGS -optc-DUSE_MINIINTERPRETER=20
> -fno-asm-mangling -funregisterised -fvia-C  -split-objs    -c=20
> 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
> >
>=20
> _______________________________________________
> Glasgow-haskell-users mailing list
> Glasgow-haskell-users@haskell.org
> http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
>=20