https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269370
Xin LI <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] CC| |[email protected], | |[email protected] --- Comment #2 from Xin LI <[email protected]> --- 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.
