From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BnH8y-0005HR-Fm for qemu-devel@nongnu.org; Wed, 21 Jul 2004 09:28:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BnH8w-0005GB-2N for qemu-devel@nongnu.org; Wed, 21 Jul 2004 09:28:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BnH8v-0005Fq-Mx for qemu-devel@nongnu.org; Wed, 21 Jul 2004 09:28:21 -0400 Received: from [211.29.132.101] (helo=mail023.syd.optusnet.com.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BnH5e-0005Kc-6v for qemu-devel@nongnu.org; Wed, 21 Jul 2004 09:24:58 -0400 Received: from [192.168.0.254] (fliax4-224.dialup.optusnet.com.au [211.29.12.224]) (authenticated) by mail023.syd.optusnet.com.au (8.11.6p2/8.11.6) with ESMTP id i6LDOqj08824 for ; Wed, 21 Jul 2004 23:24:53 +1000 Message-ID: <40FF2EEF.4040605@optusnet.com.au> Date: Wed, 21 Jul 2004 23:05:19 -0400 From: Darrin Ritter 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> In-Reply-To: <1090251331.18151.3.camel@isengard> 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 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 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= my=20 >>list of packages >> >>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? >> >>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 >> >>cheers DarR!N >> >> >>_______________________________________________ >>Qemu-devel mailing list >>Qemu-devel@nongnu.org >>http://lists.nongnu.org/mailman/listinfo/qemu-devel >> =20 >>