Anyone else failing to validate on 'linker_unload'?
Edward Z. Yang
ezyang at MIT.EDU
Mon Sep 2 05:00:44 CEST 2013
Excerpts from Ryan Newton's message of Sun Sep 01 19:54:34 -0700 2013:
> But then when I run it by hand with "./linker_unload" or "valgrind
> ./linker_unload" I get an unknown symbol error with exit code 1:
Well, that's because that's not what make is running:
./linker_unload $(BASE) $(GHC_PRIM) $(INTEGER_GMP)
Try removing the -s flag.
Edward
More information about the ghc-devs
mailing list