simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] help needed for autotools in simulavrxx


From: Klaus Rudolph
Subject: Re: [Simulavr-devel] help needed for autotools in simulavrxx
Date: Wed, 09 Feb 2005 16:59:17 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.6) Gecko/20040114

Hi Russell, hi Oleg,

thanks for your help with the misterious autotools configuration.

My build seems ok, but that was never a problem. I hope that also other users coudl compile
on the linux plattforms without the nasty error mail flood. :-)

Thanks,
   Klaus



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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]