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
The issue undefined reference to _LIB_VERSION will be fixed by compiling relocatabale-perls with -Ud_libm_lib_version.
However, even if we build relocatabale-perls with -Ud_libm_lib_version, creating executables with libperl.a would fail with relocation R_X86_64_32 against symbol PL_memory_wrap can not be used when making a PIE object; recompile with -fPIE. This is because gcc in recent OSes configured with --enable-default-pie.
This is perhaps not directly related to relocatable-perl, but I'm sharing some brief finding here first.
Basically,
cpm install -g PAR::Packer
failed in relocatable-perl 5.40.0.1 with this compilation error:Here's how I could reproduce it on my Fedora Linux:
The text was updated successfully, but these errors were encountered: