John Crispin a écrit : > > > is tclsh installed by you arfter the boot_linux ?
Yes, I'm uploading it to /mnt/flash Here is how I built it (it worked right before) : $ . ~/devel-fox/devboard-R2_01/init_env $ wget http://heanet.dl.sourceforge.net/sourceforge/tcl/tcl8.4.14-src.tar.gz $ tar xvfz tcl8.4.14-src.tar.gz $ cd tcl8.4.14/unix $ export ac_cv_func_strtod=yes $ export tcl_cv_strtod_buggy=1 $ export CC=cris-axis-linux-gnu-gcc $ ./configure --prefix=/mnt/flash/ --host cris-axis-linux-gnu --build i686-linux $ make $ sudo make install $ sudo rm -rf /mnt/flash/man /mnt/flash/include /mnt/flash/lib/libtclstub* /mnt/flash/lib/tcl8.4/tcltest* $ scp -r /mnt/flash/* [EMAIL PROTECTED]:/mnt/flash/ Regards, -- Xavier Garreau http://www.xgarreau.org/
