Manuel, Simon,

Manuel M T Chakravarty wrote:
I just tried the new validate script on MacOS/Intel and it fails when linking the stage2 compiler with the appended error messages. Any idea what could be the problem?

This is caused by this patch:


Sun Jul  8 12:44:23 PDT 2007  Simon Marlow <[EMAIL PROTECTED]>
  * Fix the +RTS -V0 option introduced recently; it didn't work at all, now it 
does.
  Also, I documented it.  +RTS -V0 disables the internal RTS timer
  completely, which is useful for repeatable debugginng.

    M ./docs/users_guide/runtime_control.xml +8
    M ./rts/Makefile -1 +1
    M ./rts/RtsFlags.c -6 +18
    M ./rts/Timer.c -1 +3

which includes this change:

diff -rN old-ghc-test/rts/Makefile new-ghc-test/rts/Makefile
333c333
< SRC_HC_OPTS += -fvia-C
---
# SRC_HC_OPTS += -fvia-C

Apparently, the NCG adds an underscore to foreign "C" names which seems to be wrong on MacOS.

In any case, I guess the Makefile change was unintentional. Is that right, Simon?

Roman

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to