Re: [Scratchbox-users] Custom toolchain for Nintendo DS and iPhone

2010-03-24 Thread Peter Pearse
If you mean "How do we package the toolchains for use in scratchbox 1 ?" see http://www.scratchbox.org/wiki/ForeignToolchains Regards Peter > -Original Message- > From: scratchbox-users-boun...@lists.scratchbox.org > [mailto:scratchbox-users-boun...@lists.scratchbox.org] On > Beha

[Scratchbox-users] while read loop executes only once

2010-03-24 Thread Chandana Rao
Hi, I have observed the following behaviour when a while-read loop is called in a shell script in sbox2 prompt. == #! /bin/sh # Sample program # Requisites # Compile a sample hello.c in the CWD logfile=RESULTLOG rm -rf $logfile whi