Arabinda Verma wrote:
Since I am new to Scratchbox, let me know how I should install Scratchbox-toolchain-host-gcc-1.0.7-i386.deb.

Try something like this (assuming your /etc/apt/sources.list file points to a repository containing scratchbox packages):

sudo apt-get install scratchbox-toolchain-host-gcc

If that fails, then you probably need to add the following line to /etc/apt/sources.list:
deb http://scratchbox.org/debian/ ./

Then type "sudo apt-get update" and repeat the "install" above.

Then in scratchbox do this:
sb-conf setup HOST -c host-gcc --devkits debian:perl
sb-conf select HOST
sb-conf install -d

You should then be able to build your desired host code:
cd ~/some-source-dir
./configure
make

_______________________________________________
Scratchbox-devel mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel

Reply via email to