This is the mail archive of the ecos-devel@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]

Host tools configuration


Bart,

I'm having trouble building the ConfigTool.  I'm using a Debian 
development system (don't ask!) and building of ecosconfig fails 
because -ldl isn't being included in the link.  I think this is
because your scripts expect ${TCL_LIB_SPEC} to include everything
to link a TCL program, but I think you need to add ${TCL_LIBS}
to it.

What I want to (at least try) is this:
gthomas@artemis:/work/tools/BUILD/ecos$ diff -u acsupport/acinclude.m4{~,}
--- acsupport/acinclude.m4~     Wed Feb 12 13:31:52 2003
+++ acsupport/acinclude.m4      Fri Aug 15 08:02:15 2003
@@ -543,7 +543,7 @@
            if test -z "${TCL_LIB_SPEC}" ; then
                AC_MSG_ERROR(${tclconfig}/tclConfig.sh does not define TCL_LIB_SPEC, and unable to find libtcl.a)
            fi
-           ecos_LIBS="${ecos_LIBS} ${TCL_LIB_SPEC}"
+           ecos_LIBS="${ecos_LIBS} ${TCL_LIB_SPEC} ${TCL_LIBS}"
 
            dnl Next, look for tkConfig.sh
            possibles=`echo ${possibles} | sed -e 's,tcl,tk,g'`

My problem is though - what's the magic to regenerate all of the
'configure' files once this has changed?

Thanks for your help.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]