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
_______________________________________________
ghc-devs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-devs
