<div dir="ltr"><div><div>I have seen this too just running "make THREADS=8". Looks like it's because the other tests in this directory are cleaning too aggressively. From the Makefile:<br><br>...<br>clean:<br>
    rm -f *.o *.hi<br><br>T6145: clean<br>    '$(TEST_HC)' $(TEST_HC_OPTS) --make -v0 -package ghc T6145<br>    ./T6145 "`'$(TEST_HC)' $(TEST_HC_OPTS) --print-libdir | tr -d '\r'`"<br>...<br>
<br></div>so ghcApi.o is getting removed before the final link step, I would guess.<br><br>Regards,<br></div>Reid Barton<br></div>