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


On Wed, Mar 14, 2007 at 06:21:22PM -0300, Tales Toledo wrote:
> Hi all,
> 
> I've tried to build Linux configtool from source using the
> instructions at http://www.ecoscentric.com/devzone/configtool.shtml
> 
> I already install GTK+ wxWidgets but I'm trouble with the next step...
> 
> The problem is that I always get a message
> checking for Tcl installation... configure: error: unable to locate
> Tcl configuration file tclConfig.sh when I trying to build eCos host
> infraestructure
> 
> I'm using  tcl8.4. The tclConfig.sh is located at
> /usr/lib/tcl8.4/tclConfig.sh and the libs ( libtcl8.4.a, libtcl8.4.so,
> libtcl8.4.so.0) are /usr/lib
> 
> I made the following changes at /ecos/acsupport/acinclude.m4 to make it 
> works
> 
>    AC_ARG_WITH(tcl,[ --with-tcl=/usr/lib        location of Tcl
> header and libraries])
>    AC_ARG_WITH(tcl-version,[ --with-tcl-version=8.4 version of Tcl to be 
>    used])
> 
> but I always have the same error. What am I doing wrong?

Do you have the tcl development packages installed?

   Andrew

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