This is the mail archive of the ecos-discuss@sourceware.org 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: Fwd: tclConfig.sh error in ubuntu edgy 6.10


Hi!

I seems the neccessary lines of the patch were applied fine and autoreconf 
also worked fine.

> -------------------------------
>
> I changed --with-tcl=8.4 in acinclude.m4 at ecos/acsupport, I also
> tried --with-tcl=/usr/lib and --with-tcl-version=8.4 but with no
> success.

You don't have to change some lines in some files!! You have to supply 
the --with-tcl=8.4 on the configure command line.
You had:

> My compilation result
>
> ~/ecos-build$ /home/toledo/cvs20070315/ecos/host/configure
> --prefix=/home/toledo/ecos-build

Correct should be:

~/ecos-build$ /home/toledo/cvs20070315/ecos/host/configure --prefix=/home/toledo/ecos-build --with-tcl=8.4

Please try that.

Lars

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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