Re: [Scratchbox-users] Scratchbox on 64-bit environment

2007-12-29 Thread Jakov
Thanks to Lauri Leukkunen, I've installed SB2 successfully! Just a note for someone just begin like me: You'd set the default target for sb2. Do this: $ sb2-confiig -l to list all targets available on this computer. for me, I continue: $ sb2-config -d maemo Don't know how to set the name, becaus

Re: [Scratchbox-users] Scratchbox on 64-bit environment

2007-12-28 Thread Jakov
Dear Lauri, It's very kind of you to help me out of this problem and explain new concept very clearly! Now I'm about to install toolchain. Thank you and have a nice weekend! On 12/28/07, Lauri Leukkunen <[EMAIL PROTECTED]> wrote: > On 28/12/07 17:19 +0700, Jakov wrote: > > --> I uninstalled gli

Re: [Scratchbox-users] Scratchbox on 64-bit environment

2007-12-28 Thread Lauri Leukkunen
On 28/12/07 17:19 +0700, Jakov wrote: > --> I uninstalled glibc-devel 64 and then installed glibc-devel 32 and > glibc-devel 64. It's running now! ok, good. > "--- > install -c -m 755 obj-32/preload/libsb2.so > /home/testx64/scratchbox2/lib32/libsb2/libsb2.so."1.99.0.22" > install: cannot stat `o

Re: [Scratchbox-users] Scratchbox on 64-bit environment

2007-12-28 Thread Jakov
OK, I solved the problem : When I run "$ make install-multilib prefix=$HOME/scratchbox" there's an error: " checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. " although I have gcc and glibc-devel

Re: [Scratchbox-users] Scratchbox on 64-bit environment

2007-12-27 Thread Jakov
Dear Lauri, Thank you very much for your reply! I really appreciate your help. Yeah, you're right. I missed something. I'm starting over again. When I run "$ make install-multilib prefix=$HOME/scratchbox" there's an error: " checking for C compiler default output file name... configure: err

Re: [Scratchbox-users] Scratchbox on 64-bit environment

2007-12-27 Thread Lauri Leukkunen
When you go to http://freedesktop.org/wiki/Software/sbox2 you will notice at the very top of the page a link to http://freedesktop.org/ wiki/Software/sbox2/Maemo which is currently the best and only guide to doing Maemo development using sb2. Maemo 4.x is not supported because qemu is buggy.

Re: [Scratchbox-users] Scratchbox on 64-bit environment

2007-12-26 Thread Jakov
Rehi, I've installed sb2. $ cd sbox2 $ ./autogen.sh $ ./configure --prefix=$HOME/scratchbox $ make install After installing arm-linux-gcc as said at http://www.linux110.com/bbs/thread-70392-1-1.html: $HOME/scratchbox/bin/sb2-init ARM arm-linux-gcc It said: sb2-init completed successfully, hav

Re: [Scratchbox-users] Scratchbox on 64-bit environment

2007-12-26 Thread Jakov
Hi Lauri, Here is what I did to install sb2:: - install glibc-devl and qemu using yum[ex] - install ARM-LINUX-GCC 3.3.4 Tool Chains following http://www.linux110.com/bbs/thread-70392-1-1.html - I got it by using google. (dont know if it's the right tool. I follow the readme.txt file attached to s

Re: [Scratchbox-users] Scratchbox on 64-bit environment

2007-12-26 Thread Lauri Leukkunen
On Dec 25, 2007, at 10:10 AM, Jakov wrote: And how about Scratchbox 2 ( http://www.freedesktop.org/wiki/ Software/sbox2 )? It says it's 64-bit supported. I tried it but got no success. How did it not work? I just tested it on x86_64 Fedora, and it works fine for me. You have to be more sp