Re: [Scratchbox-users] Using Foriegn Toolchain error

2008-06-26 Thread E Robertson
On Thursday 26 June 2008 03:32:26 am Jussi Hakala wrote: > You can try something like [1] to figure out what's exactly happening > when gcc is executed. > > That should reveal at least some of the potential pitfalls and help > adjust your toolchain... > > Regards, > >Jussi > > > [1] echo '' | g

[Scratchbox-users] login says: not properly set up...

2008-06-26 Thread Ray Kiddy
This is in the /scratchbox/login script, from which I get only: $ /scratchbox/login ERROR: Scratchbox is not properly set up! $ # # do some basic checks to see if environment is ok # function sanity_check() { if [ `id -u` = 0 ] ; then exit_error "Not allowed

Re: [Scratchbox-users] Using Foriegn Toolchain error

2008-06-26 Thread Jussi Hakala
You can try something like [1] to figure out what's exactly happening when gcc is executed. That should reveal at least some of the potential pitfalls and help adjust your toolchain... Regards, Jussi [1] echo '' | gcc -v -x c - 2>&1 | less E Robertson wrote: On Wednesday 25 June 2008 0