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
I'm generating an importlib using latest stable on Appveyor using -C target-cpu=native -C link-args=-Wl,--out-implib,polylabel.a, but switching from dylib to cdylib now causes a linker error, saying there's an undefined reference to rust_begin_unwind. The crateisn't#![no_main] \ #![no_std], and I'm not doing anything unusual AFAIK.
The text was updated successfully, but these errors were encountered:
I'm generating an importlib using latest stable on Appveyor using
-C target-cpu=native -C link-args=-Wl,--out-implib,polylabel.a
, but switching from dylib to cdylib now causes a linker error, saying there's an undefined reference torust_begin_unwind
. The crate isn't#![no_main]
\#![no_std]
, and I'm not doing anything unusual AFAIK.The text was updated successfully, but these errors were encountered: