From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Packages with libraries and binaries Date: Fri, 4 Oct 2013 19:58:39 +0200 Message-ID: <20131004175839.GB27833@debian> References: <20130922120624.GA4534@debian> <87zjr47ib1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS9eM-0004AE-KV for guix-devel@gnu.org; Fri, 04 Oct 2013 13:58:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VS9eF-00055N-BY for guix-devel@gnu.org; Fri, 04 Oct 2013 13:58:50 -0400 Content-Disposition: inline In-Reply-To: <87zjr47ib1.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org And can I use the same code for libraries using other libraries of the same package, by changing "bin" to "lib" in the code snippet? For instance, one has $ ldd /nix/store/bplvsx34rzpn85vly086l0jhmhil9ncg-icu4c-50.1.1/lib/libicuuc.so ... libicudata.so.50 => not found ... where the unfound library resides in the same directory. Andreas