
What does this mean exactly? ghc -prof --make -auto-all -o logon -package Script Logon.hs Chasing modules from: Logon.hs Compiling Main ( Logon.hs, Logon.o ) /tmp/ghc20361.s:17881:Fixup of 93184 too large for field width of 16 bits /tmp/ghc20361.s:17878:Fixup of 93196 too large for field width of 16 bits /tmp/ghc20361.s:17874:Fixup of 93160 too large for field width of 16 bits -- http://wagerlabs.com/

I was able to work around this by adding -O On Nov 4, 2005, at 6:57 PM, Joel Reymont wrote:
What does this mean exactly?
ghc -prof --make -auto-all -o logon -package Script Logon.hs Chasing modules from: Logon.hs Compiling Main ( Logon.hs, Logon.o ) /tmp/ghc20361.s:17881:Fixup of 93184 too large for field width of 16 bits /tmp/ghc20361.s:17878:Fixup of 93196 too large for field width of 16 bits /tmp/ghc20361.s:17874:Fixup of 93160 too large for field width of 16 bits
participants (1)
-
Joel Reymont