nagisa / rust_libloading

Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.
https://docs.rs/libloading
ISC License
1.22k stars 100 forks source link

cant find native static library 'global_static' #121

Closed echos2019 closed 1 year ago

echos2019 commented 1 year ago

The project need libloading, but there is a problem when compile it error: could not find native static libraryglobal_static, perhaps an -L flag is missing? but I find the file in target/debug/build/libloading-3703804cbed4fd2d/out/src/os/unix/global_static.o I wonder your help to deal with this problem libloading used is v0.5.2

nagisa commented 1 year ago

Upgrade libloading, please. I do not have the capacity to maintain old versions of the crate, let alone those that were released 3 years ago.