qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Compiling in amd64 fails with sources from CVS
@ 2005-03-05 11:10 Francesco Levorato
  2005-03-05 12:05 ` [Qemu-devel] " Heike C. Zimmerer
  0 siblings, 1 reply; 5+ messages in thread
From: Francesco Levorato @ 2005-03-05 11:10 UTC (permalink / raw)
  To: qemu-devel

Hi all,
compilation fails during `make`. I attach output. Am I missing any
library? I have read a message from Fabrice on 3 March and more recent
ones that report correct compilation. 
If possible, reply to both list and me, because I am not subscribed to
the list. Thanks for the great work (I already use it on a x86 machine).
Cheers,
Francesco Levorato

PS: configure output:
root@ubuntu:/usr/local/src/qemu # ./configure
Install prefix    /usr/local
BIOS directory    /usr/local/share/qemu
binary directory  /usr/local/bin
Manual directory  /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /usr/local/src/qemu
C compiler        gcc
make              make
host CPU          x86_64
host big endian   no
target list       i386-user arm-user armeb-user sparc-user ppc-user
i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu
gprof enabled     no
static build      no
SDL support       yes
SDL static link   no
mingw32 support   no
Adlib support     no
FMOD support      no

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

* [Qemu-devel] Re: Compiling in amd64 fails with sources from CVS
  2005-03-05 11:10 [Qemu-devel] Compiling in amd64 fails with sources from CVS Francesco Levorato
@ 2005-03-05 12:05 ` Heike C. Zimmerer
  2005-03-05 13:23   ` Heike C. Zimmerer
  0 siblings, 1 reply; 5+ messages in thread
From: Heike C. Zimmerer @ 2005-03-05 12:05 UTC (permalink / raw)
  To: qemu-devel

Hello Francesco,

Francesco Levorato <lists@flevour.net> writes:

> compilation fails during `make`. I attach output.

Just in case nobody else told you yet: Your attachment is missing from
your article (no make output included), so you might consider
re-sending it.

Heike

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

* [Qemu-devel] Re: Compiling in amd64 fails with sources from CVS
  2005-03-05 12:05 ` [Qemu-devel] " Heike C. Zimmerer
@ 2005-03-05 13:23   ` Heike C. Zimmerer
  2005-03-05 14:25     ` Jernej Simončič
  2005-03-05 15:28     ` Jim C. Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Heike C. Zimmerer @ 2005-03-05 13:23 UTC (permalink / raw)
  To: qemu-devel

"Heike C. Zimmerer" <hcz@hczim.de> writes:

> Hello Francesco,
>
> Francesco Levorato <lists@flevour.net> writes:
>
>> compilation fails during `make`. I attach output.
>
> Just in case nobody else told you yet: Your attachment is missing from
> your article (no make output included), so you might consider
> re-sending it.

This ws not intended to go through the list.  Anyboby knows why this
list sets a Reply-To pointing to the list, thus redirecting mail
replies to the list?  This is rather uncommon among the lists I'm
subscribed to.

Anyway, keep up the good work.

- Heike

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

* Re: [Qemu-devel] Re: Compiling in amd64 fails with sources from CVS
  2005-03-05 13:23   ` Heike C. Zimmerer
@ 2005-03-05 14:25     ` Jernej Simončič
  2005-03-05 15:28     ` Jim C. Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Jernej Simončič @ 2005-03-05 14:25 UTC (permalink / raw)
  To: Heike C. Zimmerer on [qemu-devel]

On Saturday, March 5, 2005, 14:23:09, Heike C. Zimmerer wrote:

> This ws not intended to go through the list.  Anyboby knows why this
> list sets a Reply-To pointing to the list, thus redirecting mail
> replies to the list?  This is rather uncommon among the lists I'm
> subscribed to.

Setting Reply-to depends entirely on the list settings (usually this is up
to the list owner, though some list software can adjust this setting for
individual subscribers). Most of the lists that I participate on have
Reply-to set to the list, and I prefer having it set this way.

-- 
< Jernej Simoncic ><><><><>< http://deepthought.ena.si/ >

Under any system, a few sharpies will beat the rest of us.
       -- Goodfader's Law

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

* Re: [Qemu-devel] Re: Compiling in amd64 fails with sources from CVS
  2005-03-05 13:23   ` Heike C. Zimmerer
  2005-03-05 14:25     ` Jernej Simončič
@ 2005-03-05 15:28     ` Jim C. Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Jim C. Brown @ 2005-03-05 15:28 UTC (permalink / raw)
  To: hcz, qemu-devel

On Sat, Mar 05, 2005 at 02:23:09PM +0100, Heike C. Zimmerer wrote:
> 
> This ws not intended to go through the list.  Anyboby knows why this
> list sets a Reply-To pointing to the list, thus redirecting mail
> replies to the list?  This is rather uncommon among the lists I'm
> subscribed to.
> 
> Anyway, keep up the good work.
> 
> - Heike
> 

For me, about 50% of the lists set the Reply-To, and 50% don't. This is sort of
annoying for me because I use an old version of mutt that lacks a 'Reply,
ignore Reply-To" command, but that is simply a matter of patching.

There are good reasons to go either way. (I would be happty to discuss the
merits of this off of the list.)

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.

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

end of thread, other threads:[~2005-03-05 15:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-05 11:10 [Qemu-devel] Compiling in amd64 fails with sources from CVS Francesco Levorato
2005-03-05 12:05 ` [Qemu-devel] " Heike C. Zimmerer
2005-03-05 13:23   ` Heike C. Zimmerer
2005-03-05 14:25     ` Jernej Simončič
2005-03-05 15:28     ` Jim C. Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).