You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there's a missing dependency in Makefile.in which results in running ranlib on a library while the linker reads that archive file. As a result, the linker occasionally crashes. If I add sleep 1 before running ranlib like below, it fixes the issue (though it's not a correct way to fix it).
It looks like there's a missing dependency in
Makefile.in
which results in runningranlib
on a library while the linker reads that archive file. As a result, the linker occasionally crashes. If I addsleep 1
before runningranlib
like below, it fixes the issue (though it's not a correct way to fix it).The text was updated successfully, but these errors were encountered: