I'm getting some strange error messages when trying to compile Ralf Hinze's
lhs2TeX under GHC 4.08.1 and a pretty recent cygwin install on Windows 2000.
The strange thing is that I was able to compile these sources previously,
with the same ghc but an older cygwin.  Any ideas?  I've not run into the
"Funny global thing?" message before.

    bash-2.04$ ghc -c -O FiniteMap.lhs -o FiniteMap.o
    Funny global thing?: __module_registered:
    Funny global thing?: ___init_FiniteMap:
    Funny global thing?: _FiniteMap_zdwadd_closure:
    Funny global thing?: _c1F4_1_alt:
    Funny global thing?: _c1F4_2_alt:
    Funny global thing?: _c1F4_vtbl:
    Funny global thing?: _c1F0_1_alt:
    Funny global thing?: _c1F1_1_alt:
    ...
    Funny global thing?: _FiniteMap_Node_con_entry:
    Funny global thing?: _FiniteMap_Node_static_info:
    Funny global thing?: _FiniteMap_Node_static_entry:
    Prologue junk?: ___init_FiniteMap:
            subl $12,%esp
    /APP

But without -O, it seems okay:

    bash-2.04$ ghc -c FiniteMap.lhs -o FiniteMap.o
    bash-2.04$


- Conal



_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to