From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BmaDl-00069b-J4 for qemu-devel@nongnu.org; Mon, 19 Jul 2004 11:38:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BmaDg-00067m-Sc for qemu-devel@nongnu.org; Mon, 19 Jul 2004 11:38:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BmaDg-00067V-N9 for qemu-devel@nongnu.org; Mon, 19 Jul 2004 11:38:24 -0400 Received: from [128.187.28.163] (helo=mail.chem.byu.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BmaAs-0006PW-RZ for qemu-devel@nongnu.org; Mon, 19 Jul 2004 11:35:31 -0400 Received: from [192.168.105.35] (isengard.chem.byu.edu [192.168.105.35]) by mail.chem.byu.edu (8.12.10/8.12.10) with ESMTP id i6JFZ3gq029374 for ; Mon, 19 Jul 2004 09:35:03 -0600 Subject: Re: [Qemu-devel] /usr/bin/ld: cannot find -lm From: Michael L Torrie In-Reply-To: <40FC8580.9000500@optusnet.com.au> References: <40FC8580.9000500@optusnet.com.au> Content-Type: text/plain; charset=iso-8859-1 Message-Id: <1090251331.18151.3.camel@isengard> Mime-Version: 1.0 Date: Mon, 19 Jul 2004 09:35:31 -0600 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, 2004-07-19 at 20:37, Darrin Ritter wrote: > hi >=20 > Im trying to compile qemu 0.6.0 from source and I am getting this error= : >=20 > /usr/bin/ld: cannot find -lm This refers to libm.so which is the math library, part of the standard c library (glibc). If your compiler can't find it, perhaps you need to install the glibc-devel? libm.so is usually in /usr/lib/libm.so, and is usually a symlink to /lib/libm-.so Michael >=20 > what library file is make looking for as I cant find =B4lm=B4anyware in= my=20 > list of packages >=20 > I am having trouble getting windows 95 or 98 to load onto the virtual=20 > disk when I get to where the system reboots it ends up failing to=20 > complete the install and I end up with illegal operations or BSOD=B4s,=20 > currently this is with the binary file that is on the website, if i=20 > compile it will this improve its stability? >=20 > sorry that this is not more organized, Great program BTW I am impressed= =20 > with how fast it boots the win 98 boot floppy as it caches the results=20 > of the last boot >=20 > cheers DarR!N >=20 >=20 > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel --=20 Michael L Torrie