Hi Raphael,
'make check' does not run tests any more, but I think I remember reading here that they have been disabled for now Now I will try to understand and use it ;)
Yes, that's right, if you call ./configure without parameters. The reason is, that 'make check' needs python and python is disabled by default. So you have to rerun configure: "./configure --enable-python" and then "make" resp. "make check". This will build python interface too. It needs python 2.4 at minimum AND avr-gcc environment!
@list: Maybe it's a good idea to enable python by default? cu, Thomas _______________________________________________ Simulavr-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/simulavr-devel
