From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 17:08:00 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D44B1065670 for ; Tue, 1 Feb 2011 17:08:00 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 18AC18FC17 for ; Tue, 1 Feb 2011 17:07:59 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1PkJhu-0004p9-MS for freebsd-questions@freebsd.org; Tue, 01 Feb 2011 17:07:58 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1PkJhu-00049F-Ix for freebsd-questions@freebsd.org; Tue, 01 Feb 2011 17:07:58 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id p11H7wvj005504 for ; Tue, 1 Feb 2011 17:07:58 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id p11H7wTl005503 for freebsd-questions@freebsd.org; Tue, 1 Feb 2011 17:07:58 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Tue, 1 Feb 2011 17:07:58 +0000 From: Anton Shterenlikht To: freebsd-questions@freebsd.org Message-ID: <20110201170757.GA5484@mech-cluster241.men.bris.ac.uk> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: same function name in multiple archives - bad idea? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2011 17:08:00 -0000 Is it wrong to have functions with the same name in multiple archives? E.g: % ar -t /usr/local/lib/libslatec.a | grep fdump.o fdump.o % ar -t /usr/local/lib/libcmlib.a | grep fdump.o fdump.o Which "fdump" function will be used if I then link against -larchive1.a -larchive2.a? And is there an easy way to find functions belonging in multiple archives? Many thanks Anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423