From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: installing libraries Date: Sat, 23 Jul 2016 00:11:10 +0300 Message-ID: <87h9bhwf81.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQhj5-0002o3-3t for help-guix@gnu.org; Fri, 22 Jul 2016 17:11:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQhiz-0001eY-MI for help-guix@gnu.org; Fri, 22 Jul 2016 17:11:18 -0400 Received: from mail-lf0-x235.google.com ([2a00:1450:4010:c07::235]:34693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQhiz-0001e5-EK for help-guix@gnu.org; Fri, 22 Jul 2016 17:11:13 -0400 Received: by mail-lf0-x235.google.com with SMTP id l69so93455292lfg.1 for ; Fri, 22 Jul 2016 14:11:13 -0700 (PDT) In-Reply-To: (Vincent Legoll's message of "Fri, 22 Jul 2016 14:36:11 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Vincent Legoll Cc: help-guix@gnu.org Vincent Legoll (2016-07-22 15:36 +0300) wrote: > Hello (again), > > I'm trying to do a kernel "make menuconfig", so I have to install some packages, > make, gcc, binutils, ncurses, glibc, linux-libre-headers... > > but ncurses despite being installed, is not picked up... Try to install 'gcc-toolchain' instead of 'gcc'. -- Alex