[project @ 2000-05-09 10:06:06 by sewardj]
[ghc-hetmet.git] / ghc / interpreter / README.BUILDING.HUGS
1
2 You need to have a fptools/mk/build.mk which looks like this in 
3 order to build Hugs which has a hope of working in combined mode.
4
5 WithGhcHc=ghc-4.06      # or whatever; version not v. important
6 GhcLibWays=u            # essential
7 GhcHcOpts=-DDEBUG -fasm-x86    # -fasm-x86 is optional
8 GhcRtsHcOpts=-optc-DDEBUG -optc-D__HUGS__ -unreg -optc-g
9 GhcRtsCcOpts=-optc-DDEBUG -optc-g -optc-D__HUGS__
10 SplitObjs=NO            # essential