mold
mold copied to clipboard
mold 1.4.1 linking fails with mold: fatal: symbol referring .eh_frame is not supported: .eh_frame_seg /opt/oracle/product/12.2.0.3.150/lib/libclntst19.a(ipc1_ipclw_emu.o)
linking the application fails, the following errors are reported:
mold: fatal: symbol referring .eh_frame is not supported: .eh_frame_seg /opt/oracle/product/12.2.0.3.150/lib/libclntst19.a(ipc1_ipclw_emu.o) mold: fatal: symbol referring .eh_frame is not supported: .eh_frame_seg /opt/oracle/product/12.2.0.3.150/lib/libclntst19.a(generic19_skgvm.o)
Note that this seems quite similar to: " symbol referring .eh_frame is not supported for clang_rt.crtbegin-x86_64.o #112 "
but as I understand, this last issue is solved in 1.4.1 So, this problem is likely a similar but different issue.
I can try a patch if you that can helps to validate a fix. Thanks for the work, hoping we can soon benefit from a faster linking time using mold.