Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 1995 16:14:10 -0700
From:      Nate Williams <nate>
To:        CVS-commiters, cvs-gnu
Subject:   cvs commit: src/gnu/usr.bin/ld/rtld rtld.c
Message-ID:  <199509272314.QAA18056@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
nate        95/09/27 16:14:10

  Modified:    gnu/usr.bin/ld/rtld  rtld.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?199509272314.QAA18056>