svn rev #17609: trunk/src/ config/ util/

raeburn@MIT.EDU raeburn at MIT.EDU
Wed Jan 25 01:35:19 EST 2006


Commit By: raeburn
Log Message: 
Check the export lists against the newly built shared library to make sure all
the symbols we want to export are actually defined.  GNU/Linux only, for the
moment, but it ought to work on any system using the GNU version of nm, and not
too hard to modify for other ways of extracting the exported symbols of a
library.

* util/export-check.pl: New file.
* config/shlib.conf (*-*-linux*): Run export-check.pl after building a shared
library.



Changed Files:
U   trunk/src/config/ChangeLog
U   trunk/src/config/shlib.conf
U   trunk/src/util/ChangeLog
A   trunk/src/util/export-check.pl



More information about the cvs-krb5 mailing list