All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Zidlicky <rz@linux-m68k.org>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] compiling qemu 0.5.3
Date: Mon, 12 Apr 2004 18:47:58 +0200	[thread overview]
Message-ID: <20040412164758.GA2014@linux-m68k.org> (raw)
In-Reply-To: <1081784748.8634.5.camel@ryan.lan>

On Mon, Apr 12, 2004 at 08:45:48AM -0700, Ryan Freeman wrote:
> hi,
> i've been relentlessly trying to compile the latest version of qemu and
> i keep having the same problem. here are the details of where the
> compilation halts:
> 
> make[1]: Entering directory `/home/ryan/src/qemu-0.5.3/i386'
> gcc  -static -Wl,-T,/home/ryan/src/qemu-0.5.3/i386-vl.ld  -o qemu-fast
> vl.o osdep.o block.o monitor.o ide.o ne2000.o pckbd.o vga.o sb16.o dma.o
> oss.o fdc.o mc146818rtc.o serial.o i8259.o i8254.o pc.o gdbstub.o sdl.o
> libqemu.a  -lm -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lm -ldl
> -L/usr/X11R6/lib -lX11 -lXext -lutil
> /usr/bin/ld: cannot find -lX11
> collect2: ld returned 1 exit status
> make[1]: *** [qemu-fast] Error 1
> make[1]: Leaving directory `/home/ryan/src/qemu-0.5.3/i386'
> make: *** [all] Error 1
> ryan@ryan:~/src/qemu-0.5.3$
> 
> i've tried cvs as well and it gives me the same error. what i don't
> understand is how it can't find -lX11 when the include is _right there_.
> /usr/bin/ld -L/usr/X11R6/lib -lX11 works as it should, so why can't it
> work on that one line when trying to compile it?! 

use "gcc -v -static..." to see in more detail what happens. 

Richard

  reply	other threads:[~2004-04-12 17:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-12 15:45 [Qemu-devel] compiling qemu 0.5.3 Ryan Freeman
2004-04-12 16:47 ` Richard Zidlicky [this message]
2004-04-12 18:48 ` Jean-Michel POURE
2004-04-13  7:17   ` Hetz Ben Hamo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040412164758.GA2014@linux-m68k.org \
    --to=rz@linux-m68k.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.