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?


At 05:11 AM 4/1/2004, Bart Veer wrote:
So the obvious solution is to change the autoconf macro to look for
TCL_INCLUDE_SPEC rather than TCL_INC_DIR, but a quick glance at
cygwin's tclConfig.sh shows that TCL_INCLUDE_SPEC there is set to an
invalid location /nonexistent/include

Note that TCL_INCLUDE_SPEC is of the form "-I/usr/include/..." rather than simply "/usr/include/..." so there is some post processing still to be done on it.


But is likely to break things on other platforms. I think it is
necessary to do an AC_FIND_FILE() for tcl.h in a variety of locations
including ${TCL_INCLUDE_SPEC}, ${TCL_INC_DIR}, ${TCL_PREFIX}/include,
and ${TCL_PREFIX}/include/tcl${with_tcl_version}.

I expect that would be the most general solution.


--Chuck


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