[Bug 290157] Enabling IPC breaks the link with error: relocation R_X86_64_PC32 cannot be used against symbol '__stack_chk_guard'; recompile with -fPIC

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 12 Oct 2025 00:55:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290157

--- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> ---
If you link shared libraries, all linked .o must be compiled in pic mode
(-fPIC).
Whatever you did, broke the requirement.

-- 
You are receiving this mail because:
You are the assignee for the bug.