From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16472 invoked by alias); 17 Jul 2006 14:50:27 -0000 Received: (qmail 16461 invoked by uid 22791); 17 Jul 2006 14:50:23 -0000 X-Spam-Check-By: sourceware.org Received: from fwb.srs.com (HELO newman.fwb.internal.srs.com) (68.225.127.38) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Jul 2006 14:50:12 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Static Linking and Library Dependencies Date: Mon, 17 Jul 2006 14:50:00 -0000 Message-ID: From: "Browder, Tom" To: X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00204.txt.bz2 Say I have two static libraries A and B. In A there is only one function, foo, that depends upon B. My program uses functions in A other than foo.=20=20 Is there any way to link my program with A but not have to link B also? Thanks. -Tom Tom Browder Nicevile, FL