Built jemalloc with --with-jemalloc-prefix="je_" configure flag. Dynamically linked libjemalloc.so to my shared library at build. When my shared library is loaded into the executable at runtime I get "undefined symbol je_malloc" If built...
I tried to compile a no_std project with Rust, but setting theeh_unwind_resumelang_item does not seem to work properly. Building in release with cargo or -O with rustc works properly, but a debug build fails with anundefined reference to '_Unwind_Resume'. ...
:(.text+0x2c8): undefined reference tolua_objlen' <artificial>:(.text+0x2dc): undefined reference toluaL_loadbuffer' :(.text+0x2f4): undefined reference tolua_remove' <artificial>:(.text+0x334): undefined reference tolua_gettop' :(.text+0x34c): undefined reference tolua_getfield' <arti...