[gentoo-user] Compiler error during qemu installation

2006-12-21 Thread Wolfgang Liebich
Hi, I tried to install qemu on my system. The command I used (and the response) were: emerge -v --ask --tree --newuse qemu --newuse implies --update... adding --update to options. These are the packages that would be merged, in reverse order: Calculating dependencies... done! [ebuild N]

Re: [gentoo-user] Compiler error during qemu installation

2006-12-21 Thread Raymond Lewis Rebbeck
On Friday, 22 December 2006 0:30, Wolfgang Liebich wrote: Hi, I tried to install qemu on my system. The command I used (and the response) were: emerge -v --ask --tree --newuse qemu --newuse implies --update... adding --update to options. These are the packages that would be merged, in

Re: [gentoo-user] Compiler error during qemu installation

2006-12-21 Thread Rumen Yotov
Raymond Lewis Rebbeck написа: On Friday, 22 December 2006 0:30, Wolfgang Liebich wrote: Hi, I tried to install qemu on my system. The command I used (and the response) were: emerge -v --ask --tree --newuse qemu --newuse implies --update... adding --update to options. These are the packages

Re: [gentoo-user] Compiler error during qemu installation

2006-12-21 Thread Pawel Kraszewski
Dnia czwartek, 21 grudnia 2006 18:13, Rumen Yotov napisał: Hi, +1 for gcc-3.X. Just to add that maybe you'll have to use gcc-3.4.X for kernel compilation too, if you use kqemu USE-flag (as above). I compile the 'kernel'+all of qemu with 3.4.X No, you don't need GCC3 to compile _kqemu_.

Re: [gentoo-user] Compiler error during qemu installation

2006-12-21 Thread Randy Barlow
On Fri, 2006-12-22 at 00:44 +1030, Raymond Lewis Rebbeck wrote: You need gcc 3.x to compile Qemu. So how does one go about this? Would emerge gcc-3.4.4 (or whatever the version you want to use) do the trick? Is there anything else that would need to be done? As in, would one need to tell the

Re: [gentoo-user] Compiler error during qemu installation

2006-12-21 Thread Rumen Yotov
Randy Barlow написа: On Fri, 2006-12-22 at 00:44 +1030, Raymond Lewis Rebbeck wrote: You need gcc 3.x to compile Qemu. So how does one go about this? Would emerge gcc-3.4.4 (or whatever the version you want to use) do the trick? Is there anything else that would need to be done? As in,

Re: [gentoo-user] Compiler error during qemu installation

2006-12-21 Thread Randy Barlow
On Fri, 2006-12-22 at 06:29 +0200, Rumen Yotov wrote: GCC is SLOTed, you could have more than one/two versions at once. Managed with 'gcc-config ...'. Check the options. Check with eix ^gcc$ to see all available versions, then run: emerge =sys-devel/gcc-3.4.6-rX (depending on your arch/~arch).