On 13/10/08 13:27 +0200, michael wrote: > Hi all, > > I done some work related to sbox2 and x86_64 host machine. I must do > some fixup in > the sb_exec.c. > > This is the list of the problem: > > - execute 32bit binary (HOST file, example gcc) in a 64 bit HOST system > - change dynamic the LD_PRELOAD according to the binary format on the HOST > > The new enviroment work fine but there are a lot of open issue. > > Open issue: > > - rebase my work on the last git > - change dynamic the LD_PRELOAD for qemu exec > - change the configure for generate automatically a library for 32bit > and 64bit, > or ask to the user
To create both i386 and amd64 versions of libsb2.so, please read the README. Short version: ./autogen.sh make install-multilib prefix=/path/to/sbox2 That's it. /lauri _______________________________________________ Scratchbox-devel mailing list [email protected] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel
