Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753886AbZI0Lqq (ORCPT ); Sun, 27 Sep 2009 07:46:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753874AbZI0Lqk (ORCPT ); Sun, 27 Sep 2009 07:46:40 -0400 Received: from pfepa.post.tele.dk ([195.41.46.235]:37102 "EHLO pfepa.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753829AbZI0Lqg (ORCPT ); Sun, 27 Sep 2009 07:46:36 -0400 Date: Sun, 27 Sep 2009 13:46:39 +0200 From: Sam Ravnborg To: Bernard Pidoux Cc: linux-kernel@vger.kernel.org Subject: Re: 2.6.31.1 BUG #include Message-ID: <20090927114639.GA10311@merkur.ravnborg.org> References: <4ABF4999.9080206@upmc.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ABF4999.9080206@upmc.fr> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 946 Lines: 28 On Sun, Sep 27, 2009 at 01:16:41PM +0200, Bernard Pidoux wrote: > The problem is that when I compile an application that never caused any > problem before I get an error due to incorrect reference to > > > This was due to int-ll64.h including which does not exists. > > Is the correct solution to replace symbolic link ? > > /usr/src/linux/include/asm->asm-x86 > > by > > /usr/src/linux/include/asm->asm-generic The correct fix is to include the missing bitsperlong in the asm-x86 directory. In other words your kernel headers are broken. Looking at latest kernel we do export bitsperlong.h. So see if you can find a fix for your broken kernel headers. Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/