Re: checkinstall (was qemu vt's)

2005-11-05 Thread David Baron
On Thursday 03 November 2005 23:35, [EMAIL PROTECTED] wrote: Also wouldn't it be preferable to use checkinstall: sudo checkinstall -D make install this will make a trackable debian package (so you can uninstall when you change kernels etc...). good idea, i wasn't aware of checkinstall.

Re: qemu vt's

2005-11-04 Thread Lubos Vrbka
you will need the source for qemu too. for example, if i'm in /usr/local/src and i have the two sources downloaded... $ tar xzf qemu-0.7.2.tar.gz $ cd qemu-0.7.2 $ tar xzf ../kqemu-0.7.2.tar.gz $ ./configure this gave me the following error message: ERROR: QEMU requires SDL or Cocoa for

Re: qemu vt's

2005-11-04 Thread derek
On Fri, Nov 04, 2005 at 05:36:34PM +0100, Lubos Vrbka wrote: ERROR: QEMU requires SDL or Cocoa for graphical output i needed libsdl-dev. that's a virtual, provided by libsdl1.2-dev. i also ended up needing gcc-3.4. kqemu was picky about that. so my configure line look like, $ ./configure

Re: qemu vt's

2005-11-04 Thread Lubos Vrbka
i needed libsdl-dev. that's a virtual, provided by libsdl1.2-dev. i also ended up needing gcc-3.4. kqemu was picky about that. so my configure line look like, $ ./configure --cc=gcc-3.4 thanks, i'll give it a try. it didn't compile with gcc-4.0? what about the kqemu module? my kernel is

Re: qemu vt's

2005-11-04 Thread derek
On Fri, Nov 04, 2005 at 05:57:26PM +0100, Lubos Vrbka wrote: i needed libsdl-dev. that's a virtual, provided by libsdl1.2-dev. i also ended up needing gcc-3.4. kqemu was picky about that. so my configure line look like, $ ./configure --cc=gcc-3.4 thanks, i'll give it a try. it didn't

Re: qemu vt's

2005-11-04 Thread Lubos Vrbka
qemu didn't mind, it was kqemu's request that i use gcc-3.4, but my kernel was compiled by gcc-3.4. ok, this makes sense. i'm trying to compile it right now, but: gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -mpreferred-stack-boundary=2 -falign-functions=0 -fno-gcse

Re: qemu vt's

2005-11-04 Thread derek
On Fri, Nov 04, 2005 at 06:23:44PM +0100, Lubos Vrbka wrote: ... /home/vrbka/tmp/qemu-0.7.2/target-i386/ops_sse.h:574: error: unable to find a register to spill in class 'GENERAL_REGS' /home/vrbka/tmp/qemu-0.7.2/target-i386/ops_sse.h:574: error: this is the insn: (insn:HI 18 17 19 0

Re: qemu vt's

2005-11-04 Thread Matt Price
On 11/4/05, derek [EMAIL PROTECTED] wrote: On Fri, Nov 04, 2005 at 06:23:44PM +0100, Lubos Vrbka wrote: ... /home/vrbka/tmp/qemu-0.7.2/target-i386/ops_sse.h:574: error: unable to find a register to spill in class 'GENERAL_REGS' /home/vrbka/tmp/qemu-0.7.2/target-i386/ops_sse.h:574: error:

Re: qemu vt's

2005-11-04 Thread Lubos Vrbka
bad news for you from http://fabrice.bellard.free.fr/qemu/faq.html, QEMU does not compile. Why ? It is likely that you are using GCC 4.x: it is currently not supported by QEMU. You must use GCC 3.x. not hard of course : CC=gcc-3.4 ./configure worked for me. ./configure --cc=gcc-3.4 should

Re: qemu vt's

2005-11-03 Thread Matt Price
ok, here's a question: somehting is wrong with my cd -- error installing the base system If I were on a real, physical computer, I would ctrl-alt-F2 to a ocnsole, or ctrl-alt-f3 to the error log, and try to diagnose the problem. But on qemu ctrl-alt releases the grab, so it seems to be

Re: qemu vt's

2005-11-03 Thread Lubos Vrbka
wicked cool. now I'm going to figure out how to install kqemu to make things a bit faster, and then I'm off to try out ReactOS install those games my kids want to play! how utterly cool! if you succeed could you please post how to do it? doesn't seem very straightforward to me - the README in

Re: qemu vt's

2005-11-03 Thread derek
On Thu, Nov 03, 2005 at 05:52:36PM +0100, Lubos Vrbka wrote: wicked cool. now I'm going to figure out how to install kqemu to make things a bit faster, and then I'm off to try out ReactOS install those games my kids want to play! how utterly cool! if you succeed could you please post how to

Re: qemu vt's

2005-11-03 Thread Matt Price
On 11/3/05, derek [EMAIL PROTECTED] wrote: On Thu, Nov 03, 2005 at 05:52:36PM +0100, Lubos Vrbka wrote: you will need the source for qemu too. for example, if i'm in /usr/local/src and i have the two sources downloaded... $ tar xzf qemu-0.7.2.tar.gz $ cd qemu-0.7.2 $ tar xzf

Re: qemu vt's

2005-11-03 Thread derek
On Thu, Nov 03, 2005 at 02:43:29PM -0500, Matt Price wrote: On 11/3/05, derek [EMAIL PROTECTED] wrote: On Thu, Nov 03, 2005 at 05:52:36PM +0100, Lubos Vrbka wrote: you will need the source for qemu too. for example, if i'm in /usr/local/src and i have the two sources downloaded... $

Re: qemu vt's

2005-11-03 Thread Lubos Vrbka
Also wouldn't it be preferable to use checkinstall: sudo checkinstall -D make install this will make a trackable debian package (so you can uninstall when you change kernels etc...). good idea, i wasn't aware of checkinstall. good idea, but imho checkinstall is not available in testing, just in

Re: qemu vt's

2005-11-03 Thread Roberto C. Sanchez
On Thu, Nov 03, 2005 at 10:11:24PM +0100, Lubos Vrbka wrote: Also wouldn't it be preferable to use checkinstall: sudo checkinstall -D make install this will make a trackable debian package (so you can uninstall when you change kernels etc...). good idea, i wasn't aware of checkinstall. good

qemu vt's

2005-11-02 Thread Matt Price
On 11/2/05, Mitch Wiedemann [EMAIL PROTECTED] wrote: Robert Kopp wrote: When I create an iso image of my custom Knoppix CD, I test the image with the qemu program. That way I don't have to burn a cd until I'm sure the iso is going to work. Here's the command that I use: qemu -m 128