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
oe supplies a sysroot containing a bunch of native libs and normally adjusts LDFLAGS to point gcc at it.
We can adjust the linker via .cargo/config to include the specified LDFLAGS, however
rustc also appears to do it's own library resolution prior to linking, and doesn't know about any of the extra paths passed via the linker argument, and bails out with something like:
error: could not find native static libraryz, perhaps an -L flag is missing?