Re: [Qemu-devel] [PATCH v5 1/5] Add hard build dependency on glib

2011-06-25 Thread Andreas Färber
Am 12.06.2011 um 22:46 schrieb Stefan Hajnoczi: From: Anthony Liguori GLib is an extremely common library that has a portable thread implementation along with tons of other goodies. GLib and GObject have a fantastic amount of infrastructure we can leverage in QEMU including an object or

Re: [Qemu-devel] [PATCH v5 1/5] Add hard build dependency on glib

2011-06-18 Thread Andreas Färber
Am 18.06.2011 um 22:46 schrieb Stefan Hajnoczi: On Sat, Jun 18, 2011 at 8:44 PM, Andreas Färber > wrote: Am 18.06.2011 um 19:21 schrieb Stefan Hajnoczi: On Sat, Jun 18, 2011 at 5:15 PM, Andreas Färber > wrote: With both gcc 4.0.1 and 4.2.1, using CC="gcc -arch ppc64" CPPFLAGS="-arch ppc64"

Re: [Qemu-devel] [PATCH v5 1/5] Add hard build dependency on glib

2011-06-18 Thread Stefan Hajnoczi
On Sat, Jun 18, 2011 at 8:44 PM, Andreas Färber wrote: > Am 18.06.2011 um 19:21 schrieb Stefan Hajnoczi: > >> On Sat, Jun 18, 2011 at 5:15 PM, Andreas Färber >> wrote: >>> >>> With both gcc 4.0.1 and 4.2.1, using CC="gcc -arch ppc64" CPPFLAGS="-arch >>> ppc64" and supplying GNU gettext and GNU li

Re: [Qemu-devel] [PATCH v5 1/5] Add hard build dependency on glib

2011-06-18 Thread Andreas Färber
Am 18.06.2011 um 19:21 schrieb Stefan Hajnoczi: On Sat, Jun 18, 2011 at 5:15 PM, Andreas Färber > wrote: With both gcc 4.0.1 and 4.2.1, using CC="gcc -arch ppc64" CPPFLAGS="-arch ppc64" and supplying GNU gettext and GNU libiconv (since it chokes on the system iconv.h). No Google hit. Stran

Re: [Qemu-devel] [PATCH v5 1/5] Add hard build dependency on glib

2011-06-18 Thread Stefan Hajnoczi
On Sat, Jun 18, 2011 at 5:15 PM, Andreas Färber wrote: > With both gcc 4.0.1 and 4.2.1, using CC="gcc -arch ppc64" CPPFLAGS="-arch > ppc64" and supplying GNU gettext and GNU libiconv (since it chokes on the > system iconv.h). No Google hit. Strange, Fink seems to support it: http://pdb.finkprojec

Re: [Qemu-devel] [PATCH v5 1/5] Add hard build dependency on glib

2011-06-18 Thread Andreas Färber
Am 12.06.2011 um 22:46 schrieb Stefan Hajnoczi: From: Anthony Liguori GLib is an extremely common library that has a portable thread implementation along with tons of other goodies. GLib and GObject have a fantastic amount of infrastructure we can leverage in QEMU including an object or

[Qemu-devel] [PATCH v5 1/5] Add hard build dependency on glib

2011-06-12 Thread Stefan Hajnoczi
From: Anthony Liguori GLib is an extremely common library that has a portable thread implementation along with tons of other goodies. GLib and GObject have a fantastic amount of infrastructure we can leverage in QEMU including an object oriented programming infrastructure. Short term, it has a