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
{{ message }}
This repository was archived by the owner on May 24, 2018. It is now read-only.
When I build, for example,
linear, the very last step is the following:Notice both the inclusion of
-lglog(the only shared lib) andlibglog.a. This triggers a segfault, as described in google/glog#53.Manually removing the shared lib in the last step fixes the problem, but I'm not sure how to properly address this.