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 ..


>>>>> "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]