public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] QEMU KVM target -> Anthony
@ 2007-03-18 15:08 Dâniel Fraga
       [not found] ` <3810d4-k6b.ln1-wHoKvyfhNRggb5+hjvvj3w@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Dâniel Fraga @ 2007-03-18 15:08 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

	Anthony, it has been almost a month since you announced your
patch to remove gcc3 dependency:

http://www.mail-archive.com/kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org/msg01386.html

	You promissed that you would change the code and submit it
again.

	I'm just a user but I can't wait to see this code merged, since
I just use gcc 4 and don't want to bother with gcc 3 details.

	Any news on that?

	Thank you very much!

-- 
http://u-br.net
Linux 2.6.20: Homicidal Dwarf Hamster
gcc (GCC) 4.1.2


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: [RFC] QEMU KVM target -> Anthony
@ 2007-03-18 22:42 Gregory Haskins
  2007-03-18 22:50 ` Dâniel Fraga
  0 siblings, 1 reply; 13+ messages in thread
From: Gregory Haskins @ 2007-03-18 22:42 UTC (permalink / raw)
  To: fragabr-Re5JQEeQqe8AvxtiuMwx3w,
	kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi Daniel,
  Without getting into the debate about whether using the older GCC3 is absurd or not ;)  I thought I might point out that you can easily have both coexist peacefully on your system.  Heres what you do:

1) download a gcc3 tarball to your system and unpack
2) run "configure" with the suffix set to something like "-3" and a unique install path like "/usr/local/gcc-3"
3) configure KVM/QEMU build with "configure --qemu-cc=/usr/local/gcc-3/bin/gcc-3"

This is what I do and it works fine.  Hope this helps.
-Greg


>>> Dâniel Fraga <fragabr@gmail.com> 03/18/07 4:53 PM >>>
On Sun, 18 Mar 2007 14:51:47 -0500
Anthony Liguori <anthony@codemonkey.ws> wrote:

> You really should use gcc3.  You'll have a much better user
> experience and honestly it's more useful to have the ability to run
> -no-kvm to troubleshoot.
> 
> Is there a particular reason why gcc3 isn't available to you?

	I like to have only the latest versions of software installed
here. For me, it doesn't make sense to use gcc3 only to be able to
compile qemu, since I'll not use it on any other software.

	Well, to be honest, I think that qemu author should have
migrated to gcc4. I can't understand why someone still uses gcc3 for
development. I mean, the author could take a weekend and fix all the
code to compile with gcc4. Is it so hard? I think it's the natural order
of things.

	I think it's easier for the qemu author to port his code to
gcc4 instead of forcing the entire world to install an obsolete
compiler like gcc3 just to compile his code.

	We should get rid of old things, as fast as possible. Gcc3 has
no future, so why keep using it?

	Besides that, gcc4 offers a lot of options that gcc3
doesn't. It's faster, I can use its vectorizer and optimizes better the
code. If it takes too long, we'll have gcc 4.3 and qemu will be still
requiring gcc3. Don't you think it's absurd?

	Thank you!

-- 
http://u-br.net
Linux 2.6.20: Homicidal Dwarf Hamster
gcc (GCC) 4.1.2


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2007-03-19  2:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-18 15:08 [RFC] QEMU KVM target -> Anthony Dâniel Fraga
     [not found] ` <3810d4-k6b.ln1-wHoKvyfhNRggb5+hjvvj3w@public.gmane.org>
2007-03-18 16:44   ` Anthony Liguori
2007-03-18 17:43     ` Dâniel Fraga
     [not found]       ` <daa0d4-m5d.ln1-wHoKvyfhNRggb5+hjvvj3w@public.gmane.org>
2007-03-18 19:51         ` Anthony Liguori
2007-03-18 20:53           ` Dâniel Fraga
     [not found]             ` <3gl0d4-38g.ln1-wHoKvyfhNRggb5+hjvvj3w@public.gmane.org>
2007-03-18 22:36               ` Jim Paris
2007-03-18 23:23                 ` Dâniel Fraga
2007-03-18 23:08               ` Ed Swierk
2007-03-19  0:08                 ` Dâniel Fraga
     [not found]                   ` <7t01d4-o0j.ln1-wHoKvyfhNRggb5+hjvvj3w@public.gmane.org>
2007-03-19  1:39                     ` Anthony Liguori
2007-03-19  2:01                       ` Dâniel Fraga
  -- strict thread matches above, loose matches on Subject: below --
2007-03-18 22:42 Gregory Haskins
2007-03-18 22:50 ` Dâniel Fraga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox