[Qemu-devel] Launch qemu without loading libSDL?

2008-03-17 Thread David Barrett
Continuing on this thread, is there any way to launch the pre-compiled binaries in such a fashion that they don't dynamically load the SDL libraries at runtime? For example: [EMAIL PROTECTED] /]# qemu -nographic ... etc ... qemu: error while loading shared libraries: libSDL-1.2.so.0: cannot

Re: [Qemu-devel] Launch qemu without loading libSDL?

2008-03-17 Thread Jonathan Kalbfeld
You would probably be better off relinking. Or, maybe just copy libSDL. If you install the thoughtwave packages on solaris it comes with libsdl. Thanks, jonathan On Mon, Mar 17, 2008 at 12:26 PM, David Barrett [EMAIL PROTECTED] wrote: Continuing on this thread, is there any way to launch the

Re: [Qemu-devel] Launch qemu without loading libSDL?

2008-03-17 Thread David Barrett
Thanks; ya, I just recompiled it and kqemu and looks like it's going to work fine. Thanks again! -david Jonathan Kalbfeld wrote: You would probably be better off relinking. Or, maybe just copy libSDL. If you install the thoughtwave packages on solaris it comes with libsdl. Thanks,