This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configure: error: can not find sources in .. or ..


Thank you,Bart.
I have tried again, but the same error:


##re-checkout the code:
cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/ecos co -P ecos 
##here in my machine created 2 dir: ecos and host
cd host 
mkdir BUILD
cd BUILD
../configure --prefix=~/install
configure: error: can not find sources in .. or ..

BTW,the same result usder linux or cygwin. also after I checkout ecos-full.

baran


----- Original Message ----- 
From: "Bart Veer" <bartv@ecoscentric.com>
To: <baran@yeah.net>
Cc: <ecos-discuss@sources.redhat.com>
Sent: Thursday, August 15, 2002 7:35 AM
Subject: Re: [ECOS] configure: error: can not find sources in .. or ..


> >>>>> "baran" == baran  <baran@yeah.net> writes:
> 
>   > Under Redhat7.3,to build the host tools from cvs code:
>   >
>   > ../configure --prefix= --with-tcl --with-tcl-version=8.3
>   >
>   > configure: error: can not find sources in .. or ..
>   >
>   > how to deal with this problem?
> 
> At a guess, you have not done a "cvs update -d" recently so the
> configure script is failing to find various required files from the
> acsupport subdirectory. That directory was added very recently.
> 
> Also, make sure that you read the README.host file carefully. That
> configure invocation should read something like:
> 
>   <path>/configure --prefix=/usr/local/ecos --with-tcl=/usr \
>                    --with-tcl-version=8.3
> 
> and in fact --with-tcl and --with-tcl-version should not be necessary
> on a normal Red Hat 7.3 installation because the default installation
> of Tcl is sensible. Also --prefix=<path> is optional, it will default
> to installing in /usr/local
> 
> Bart
> 
> -- 
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> 
> 
> 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]