From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Glibc/hurd work till now Date: Wed, 19 Mar 2014 22:58:29 +0100 Message-ID: <87eh1x6ebe.fsf@gnu.org> References: <87y5078wfh.fsf@gnu.org> <20140318145504.GA30160@debian> <8761nb8pcu.fsf@gnu.org> <87y507fdpg.fsf@gnu.org> <87vbva54ff.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQOVU-00050I-B8 for Guix-devel@gnu.org; Wed, 19 Mar 2014 17:58:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQOVL-0006K6-Rl for Guix-devel@gnu.org; Wed, 19 Mar 2014 17:58:40 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:41010) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQOVL-0006Jm-Ke for Guix-devel@gnu.org; Wed, 19 Mar 2014 17:58:31 -0400 In-Reply-To: (Manolis Ragkousis's message of "Wed, 19 Mar 2014 20:47:35 +0000") 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: Manolis Ragkousis Cc: Guix-devel@gnu.org Manolis Ragkousis skribis: > I tried that but I am getting the errors > >> autoreconf: running: libtoolize --copy --force >> Can't exec "libtoolize": No such file or directory at Yes, so you need both libtool:bin (which brings =E2=80=98libtoolize=E2=80= =99), and libtool: `(("libtool" ,libtool "bin") ; libtoolize ("libtool" ,libtool)) ; libtool.m4 Can you confirm? Ludo=E2=80=99.