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
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