qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Another CVS compile error


From: Johannes Schindelin
Subject: Re: [Qemu-devel] Another CVS compile error
Date: Sun, 9 May 2004 20:04:53 +0200 (CEST)

Hi,

On Sun, 9 May 2004 address@hidden wrote:
> gcc  -static -Wl,-T,/home/rutger/download/qemu/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 -lasound -L/usr/X11R6/lib -lX11 -lXext -laa -L/usr/lib
> -Wl,-rpath,/usr/lib -laa -lm -L/usr/X11R6/lib -lX11 -lncurses -lutil
> /usr/lib/libSDL.a(SDL_x11gl.o)(.text+0x90a): In function
> `X11_GL_LoadLibrary':
> : warning: Using 'dlopen' in statically linked applications requires at
> runtime the shared libraries from the glibc version used for linking
> /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/../../../../i686-pc-linux-gnu/b
> in/ld: cannot find -lasound

The problem here is not the dlopen. This can only be a problem if you want
to run qemu on another machine without recompiling. The problem here is
that "-lasound", the ALSA sound library is not found. Where is it on your
machine?

Ciao,
Dscho





reply via email to

[Prev in Thread] Current Thread [Next in Thread]