
1 Sep
2013
1 Sep
'13
11 p.m.
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