bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Configure Problem


From: G. Vamsee Krishna
Subject: Re: Configure Problem
Date: Sat, 3 Sep 2005 01:34:32 +0530 (IST)

On Fri, 2 Sep 2005, Ali Hamza wrote:

I m building LFS Version 5.2.1.
In chapter six when i configured coreutils-5.2.1.
with
DEFAULT_POSIX2_VERSION=199209 ./configure --prefix =/usr
command i received the following error message

configure: error: expected an absolute directory name for --prefix: =/usr


Ran this on my machine

address@hidden coreutils-5.2.1]$ DEFAULT_POSIX2_VERSION=199209 ./configure --prefix =/usr
configure: error: expected an absolute directory name for --prefix: =/usr

address@hidden coreutils-5.2.1]$ DEFAULT_POSIX2_VERSION=199209 ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes


So I guess you can't give that space in --prefix=/usr. The arguments are seperated by spaces. So you are not passing any value for --prefix.

Vamsee




reply via email to

[Prev in Thread] Current Thread [Next in Thread]