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: where is ecosconfig?


>>>>> "Chuck" == Chuck McManis <ecos@mcmanis.com> writes:

    <snip>

    Chuck> That being said, its really, really difficult to build on FreeBSD systems 
    Chuck> (from the 2.0 Linux tarball) because of FreeBSD's default
    Chuck> to put TCL under
    Chuck>          /usr/local/include/tcl8.4/
    Chuck>          /usr/local/lib/tcl8.4/
    Chuck>          /usr/local/bin/tclsh8.4

    Chuck> The --with-tcl-version stuff in the configure files doesn't
    Chuck> quite work the way one would hope. The --with-tcl-header
    Chuck> and --with-tcl-lib are not even activated unless MSVC is
    Chuck> also true so they are no help. I can manually hack the
    Chuck> configure files to find TCL and do the right thing but I've
    Chuck> not figured out the "proper" way to do this yet.

Try "--with-tcl=/usr/local --with-tcl-version=8.4". This should cause
the autoconf macro to look in /usr/local/lib/tcl8.4 for a file
tclConfig.sh, and the remaining information is obtained from that
file.

Bart

-- 
Bart Veer                       eCos Configuration Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts

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