[Bug 290833] databases/sqlite3:build fails-ldd:...stage/usr/local/bin/sqlite3: Exec format error
Date: Tue, 11 Nov 2025 10:31:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290833
Robert Clausecker <fuz@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fuz@FreeBSD.org
--- Comment #7 from Robert Clausecker <fuz@FreeBSD.org> ---
The problem is that that the linker is directly called to do a link instead of
going through the C compiler. On some platforms, just invoking the linker
directly does not add the required flags to make the link work.
It may be enough to call brandelf on the resulting binary to fix this issue.
--
You are receiving this mail because:
You are on the CC list for the bug.