qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Problem compiling qemu on Mandrake 9.2


From: Tim
Subject: Re: [Qemu-devel] Problem compiling qemu on Mandrake 9.2
Date: Thu, 11 Mar 2004 19:21:31 -0800
User-agent: Mutt/1.5.5.1+cvs20040105i

> Whenever I try to compile qemu, I get the following error:
> 
> gcc  -static
> -Wl,-T,/home/stealthdave/download/emulators/qemu/i386-vl.ld  -o
> qemu-fast vl.o block.o ide.o vga.o sb16.o dma.o oss.o fdc.o osdep.o
> sdl.o libqemu.a  -lm -L/usr/lib -lSDL -lpthread -lm -ldl -lasound
> -laudio -lXt -L/usr/X11R6/lib -lX11 -lXext
> /usr//bin/ld: cannot find -lm
> collect2: ld returned 1 exit status
> make[1]: *** [qemu-fast] Error 1
> make[1]: Leaving directory `/mnt/data/download/emulators/qemu/i386'
> make: *** [all] Error 1

Don't you need '.a' library files for your libraries when you are
compiling static instead of just '.so' files?  It has been a while since
I did this stuff, maybe I am just reaching here...

tim




reply via email to

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