From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Caulfield Subject: Re: [linux-lvm] Building LVM ona RH7.2 - errors Message-Id: <20020213095631.GD1028@tykepenguin.com> References: <3C69A99A.398C19D4@bellsouth.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <3C69A99A.398C19D4@bellsouth.net> Sender: linux-lvm-admin@sistina.com Errors-To: linux-lvm-admin@sistina.com Reply-To: linux-lvm@sistina.com List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: Date: Wed Feb 13 03:56:01 2002 List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-lvm@sistina.com On Tue, Feb 12, 2002 at 06:47:38PM -0500, Jeff Layton wrote: > Good evening, > > I tried building lvm-1.0.2 against a clean 2.4.17 > kernel. I untarred the lvm tar.gz file as well as > the 2.4.17 kernel (into /usr/src/linux-2.4.17.clean). > Then I did a, > > ./configure --with-kernel_dir=/usr/src/linux-2.4.17.clean > > from /usr/src/LVLM/1.0.2 I get the following errors > during the configure process, > > checking whether time.h and sys/time.h may both be included... yes > ./configure: [: too many arguments > checking whether gcc needs -traditional... no > > (sorry about the length). sed is not my string point at all. > Any ideas what I'm doing wrong? > It looks like there's something funny with your kernel sources, maybe a space in the version number perhaps - check the Makefile. I just tried a kernel.org kernel and 1.0.2 on RH 7.2 here and it's fine. patrick