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
@vadimcn, that would explain it. dumpbin /symbols does show the functions that the linker complains about. I'm still not sure why I can't link, but I'll now take a closer look at static vs dynamic dependencies with the "-Wl,-Bstatic" and "-Wl,-Bdynamic" options being passed in to see if I can figure out these errors.
I posted How do I use a different libstdc++.a with Rust?, but after some more debugging, it looks like libpthread doesn't have any exports. Why doesn't it?
I was expecting it to have exports like other libraries in the directory do:
I was expecting it to have the same exports as other libpthread libraries:
Looking around at the issues here, it looks like it may be related to:
The text was updated successfully, but these errors were encountered: