All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Sunshine <sunshine@sunshineco.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] 0.6.1 compile error on Mac OS X
Date: Mon, 15 Nov 2004 06:59:01 -0500	[thread overview]
Message-ID: <41989A05.4030704@sunshineco.com> (raw)
In-Reply-To: <BB9AB744-36FC-11D9-92AD-000A9585A104@cordney.com>

René Korthaus wrote:
> gcc  -o qemu-system-sparc vl.o osdep.o block.o readline.o monitor.o 
> slirp/bootp.o slirp/debug.o slirp/tftp.o libqemu.a  -lm -lz 
> -L/opt/local/lib -lSDLmain -lSDL -framework Cocoa -framework OpenGL
> ld: Undefined symbols:
> _sqrtf

sqrtf() is in the 'mx' library on MacOS/X, so you will need to add 
`-lmx' to the link statement (in addition to `-lm').

-- ES

  reply	other threads:[~2004-11-15 12:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-15 11:51 [Qemu-devel] 0.6.1 compile error on Mac OS X René Korthaus
2004-11-15 11:59 ` Eric Sunshine [this message]
2004-11-15 19:17   ` [Qemu-devel] [PATCH] Sparc target build fix on OS X (was " David E. Still
2004-11-15 20:54     ` René Korthaus

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=41989A05.4030704@sunshineco.com \
    --to=sunshine@sunshineco.com \
    --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.