Date: Mon, 13 Feb 2023 00:35:40 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 269370] environ(7) isn't found: /lib/libc.so.7: Undefined symbol "environ" Message-ID: <bug-269370-227-EPvlphqnyM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-269370-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269370 Xin LI <delphij@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |yuri@freebsd.org CC| |delphij@FreeBSD.org, | |kib@FreeBSD.org --- Comment #2 from Xin LI <delphij@FreeBSD.org> --- How was the binary built? It appears like you might be using a non-standard linking option like -nostdlib, which prevented the standard C runtime (crt1.o, built from lib/csu) from getting linked. (there are some other options that can inhibit the use of standard C runtime startup routines, but you would want to look at how the binary was linked) -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269370-227-EPvlphqnyM>
