RE: Subversion 0.24.1 released.
From: James Goodall <jgoodall_at_dmetrix.com>
 
Date: 2003-06-17 19:37:59 CEST 
nm returns correctly as expected:
 000028b0 T svn_delta_noop_window_handler
 However, ldd shows that I am linking to libsvn_delta, but it seems as though
 libsvn_delta-1.so.0 => /usr/local/lib/libsvn_delta-1.so.0 (0x4025f000)
 How do I remedy this?
  - James
 -----Original Message-----
 "James Goodall" <jgoodall@dmetrix.com> writes:
 > Here's the error message:
 The command
  % nm
 should show something like (the number may vary)
   00002d60 T svn_delta_noop_window_handler
 to indicate that the symbol is defined, and
  % ldd
 should show something like
   libsvn_delta-1.so.0 =>
 to indicate that svnversion links to libsvn_delta.
 -- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Jun 17 19:38:59 2003  | 
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.