Index: apps/build.tcl =================================================================== diff -u -N -rcaf2b43e24c001317e80981e33a2ea0726200785 -rfccfdc038f84733ebd83f212204ab89a5841fa76 --- apps/build.tcl (.../build.tcl) (revision caf2b43e24c001317e80981e33a2ea0726200785) +++ apps/build.tcl (.../build.tcl) (revision fccfdc038f84733ebd83f212204ab89a5841fa76) @@ -53,8 +53,8 @@ switch -exact -- $TOOLCHAIN { autoconf-tea { - exec bash -lc "./configure --libdir=$tclDir --enable-64bit" - exec bash -lc "make" + exec -ignorestderr bash -lc "./configure --libdir=$tclDir --enable-64bit" + exec -ignorestderr bash -lc "make" cd $BUILDDIR puts BUILDDIR=$BUILDDIR,PWD=[pwd],INSTALLDIR=$INSTALLDIR