From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BnJdI-00039s-2d for qemu-devel@nongnu.org; Wed, 21 Jul 2004 12:07:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BnJdF-00039g-L4 for qemu-devel@nongnu.org; Wed, 21 Jul 2004 12:07:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BnJdF-00039d-HL for qemu-devel@nongnu.org; Wed, 21 Jul 2004 12:07:49 -0400 Received: from [203.209.194.40] (helo=fission.tusker.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BnJaD-0005kZ-Sp for qemu-devel@nongnu.org; Wed, 21 Jul 2004 12:04:42 -0400 Received: from localhost (fission [127.0.0.1]) by fission.tusker.net (Postfix) with ESMTP id 9358017E25 for ; Thu, 22 Jul 2004 02:04:02 +1000 (EST) Received: from fission.tusker.net ([127.0.0.1]) by localhost (fission [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06015-03 for ; Thu, 22 Jul 2004 02:04:02 +1000 (EST) Received: from [10.0.0.231] (cm127.sigma189.maxonline.com.sg [218.212.189.127]) by fission.tusker.net (Postfix) with ESMTP id 97E1E17E17 for ; Thu, 22 Jul 2004 02:04:01 +1000 (EST) Message-ID: <40FE9722.4070201@tusker.org> Date: Thu, 22 Jul 2004 00:17:38 +0800 From: Damien Mascord MIME-Version: 1.0 Subject: Re: [Qemu-devel] /usr/bin/ld: cannot find -lm References: <40FC8580.9000500@optusnet.com.au> <1090251331.18151.3.camel@isengard> <40FF2EEF.4040605@optusnet.com.au> In-Reply-To: <40FF2EEF.4040605@optusnet.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 Hi, Remember if you are compiling with static, you will need the .a form=20 rather than the .so form. Damien Darrin Ritter wrote: > thanks michael > > I have the following library: > > [dv@George lib]$ ls -la libm.so > lrwxrwxrwx 1 root root 19 Jul 20 23:52 libm.so -> ../../lib/libm.so.6* > > what do you suggest i check next > > DarR!N > > Michael L Torrie wrote: > >> On Mon, 2004-07-19 at 20:37, Darrin Ritter wrote: >> =20 >> >>> hi >>> >>> Im trying to compile qemu 0.6.0 from source and I am getting this=20 >>> error: >>> >>> /usr/bin/ld: cannot find -lm >>> =20 >> >> >> 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=20 >>> my list of packages >>> >>> I am having trouble getting windows 95 or 98 to load onto the=20 >>> virtual disk when I get to where the system reboots it ends up=20 >>> failing to complete the install and I end up with illegal operations=20 >>> or BSOD=B4s, currently this is with the binary file that is on the=20 >>> website, if i compile it will this improve its stability? >>> >>> sorry that this is not more organized, Great program BTW I am=20 >>> impressed with how fast it boots the win 98 boot floppy as it caches=20 >>> the results of the last boot >>> >>> cheers DarR!N >>> >>> >>> _______________________________________________ >>> Qemu-devel mailing list >>> Qemu-devel@nongnu.org >>> http://lists.nongnu.org/mailman/listinfo/qemu-devel >>> =20 >> > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >