Date: Wed, 27 Sep 1995 16:13:35 -0700 From: Nate Williams <nate> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/csu/i386 crt0.c Message-ID: <199509272313.QAA17967@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nate 95/09/27 16:13:34 Modified: lib/csu/i386 crt0.c Log: Fixup the "ld.so failed" message for the case when ld.so finds undefined symbols. An easy example to see this is to develop an X program which links against Xt, but doesn't add -lX11 to the link line. It will link fine, but cause run-time errors by ld.so because of missing symbols used by Xt defined in X11. This patch makes the errors more readable. Submitted by: jdp@polstra.com (John Polstra)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509272313.QAA17967>