Oleg Batrashev wrote:
Hi,
Try this patch on the cvs version of simulavrxx.
On my debian pc:
tclConfig is now found: ok
but tcl.h is still not, so here is subsequent patch which should fix it
(src/Makefile.am). It also adds warning to configure output if swig not
found.
Oleg Batrashev <address@hidden>
Here's a subsequent patch that removes an unneccessary message.
------------------------------------------------------------------------
--- simulavrxx/configure.ac.orig2 2005-02-09 12:04:55.000000000 +1100
+++ simulavrxx/configure.ac 2005-02-09 12:05:13.000000000 +1100
@@ -69,7 +69,6 @@
AM_CONDITIONAL(HAVE_WISH, test x$TCL_WISH != x)
-AC_MSG_CHECKING([for tclConfig.sh])
AC_PATH_PROGS(TCL_CONFIG, [tclConfig.sh], [""], [/usr/lib/tcl /usr/lib/tcl8.4
/usr/lib/tcl8.3 /usr/lib/tcl8.2])
# find any old tcl, if present. (AC_SEARCH_LIBS more useful here? I
------------------------------------------------------------------------
_______________________________________________
Simulavr-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/simulavr-devel