[ECOS] where is ecosconfig?

Chuck McManis cmcmanis@mcmanis.com
Fri Apr 2 05:41:00 GMT 2004


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



More information about the Ecos-discuss mailing list