All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael L Torrie <torriem@chem.byu.edu>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] /usr/bin/ld: cannot find -lm
Date: Mon, 19 Jul 2004 09:35:31 -0600	[thread overview]
Message-ID: <1090251331.18151.3.camel@isengard> (raw)
In-Reply-To: <40FC8580.9000500@optusnet.com.au>

On Mon, 2004-07-19 at 20:37, Darrin Ritter wrote:
> hi
> 
> Im trying to compile qemu 0.6.0 from source and I am getting this error:
> 
> /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-<version>.so

Michael


> 
> what library file is make looking for as I cant find ´lm´anyware in my 
> list of packages
> 
> I am having trouble getting windows 95 or 98 to load onto the virtual 
> disk when I get to where the system reboots it ends up failing to 
> complete the install and I end up with illegal operations or BSOD´s, 
> currently this is with the binary file that is on the website, if i 
> compile it will this improve its stability?
> 
> sorry that this is not more organized, Great program BTW I am impressed 
> with how fast it boots the win 98 boot floppy as it caches 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
-- 
Michael L Torrie <torriem@chem.byu.edu>

  parent reply	other threads:[~2004-07-19 15:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-20  2:37 [Qemu-devel] /usr/bin/ld: cannot find -lm Darrin Ritter
2004-07-19 12:20 ` vaise
2004-07-19 15:35 ` Michael L Torrie [this message]
2004-07-22  3:05   ` Darrin Ritter
2004-07-21 16:17     ` Damien Mascord

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1090251331.18151.3.camel@isengard \
    --to=torriem@chem.byu.edu \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.