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: Re: Building configtools for Fedora Core (FC3)


On Tue, Nov 30, 2004 at 07:48:23PM -0300, Daniel Gomes wrote:
> Ok, John, I'm trying to build it with a Debian Woody
> RC3.
> 
> Problems found so far, may help some guys like me out
> there. :D
> 
> $HOME/cvs/ecos/host/configure
> --prefix=$HOME/ecos-tools needed my tcl version, so,
> instead, use :
> 
> $HOME/cvs/ecos/host/configure
> --prefix=$HOME/ecos-tools --with-tcl-version=8.3
> 
> Change the file
> ~/cvs/ecos/host/tools/configtool/standalone/wxwin/makefile.gnu
> 
> Line 15:
> change TCLDIR=TCLDIR_use_system
> to TCLDIR=/usr/include/tcl8.3
> 
> Line 19: 
> change (TCLDIR)/include
> to (TCLDIR)
> 
> Line 25:
> remove the -L$(TCLDIR), because libtcl.a is at
> /usr/lib.
> 
> Then, at command line :
> ~ # ln -s /usr/lib/libtcl8.3.a /usr/lib/libtcl.a

There is no need for these changes. You can tell it where to find tcl
using --with-tcl=/usr. This is documented in README.host.

        Andre

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