From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14911 invoked by alias); 6 Feb 2003 18:01:41 -0000 Mailing-List: contact rhug-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-cvs-owner@sources.redhat.com Received: (qmail 14901 invoked by uid 9364); 6 Feb 2003 18:01:41 -0000 Date: Thu, 06 Feb 2003 18:01:00 -0000 Message-ID: <20030206180141.14899.qmail@sources.redhat.com> From: gary@sources.redhat.com To: rhug-cvs@sources.redhat.com Subject: rhug checklinkages X-SW-Source: 2003/txt/msg00035.txt.bz2 List-Id: CVSROOT: /cvs/rhug Module name: rhug Changes by: gary@sourceware.org 2003-02-06 18:01:40 Added files: . : checklinkages Log message: Script to check that libraries are linked correctly, following the premise that if you have a pair of libraries lib-org-foo.so and lib-org-bar.so, both compiled from Java code, that lib-org-foo.so should be created with -l-org-bar IF AND ONLY IF lib-org-foo imports something (directly or indirectly) from the package 'org.bar'. This script only finds direct imports and will miss things loaded by, for example, Class.forName(), so it's output should be taken with a pinch of salt. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/checklinkages.diff?cvsroot=rhug&r1=NONE&r2=1.1