From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTfeO-0005er-Rh for qemu-devel@nongnu.org; Mon, 15 Nov 2004 07:08:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTfeO-0005eK-DJ for qemu-devel@nongnu.org; Mon, 15 Nov 2004 07:08:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTfeO-0005eC-Ae for qemu-devel@nongnu.org; Mon, 15 Nov 2004 07:08:04 -0500 Received: from [209.86.89.65] (helo=smtpauth05.mail.atl.earthlink.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTfVf-0000UK-PH for qemu-devel@nongnu.org; Mon, 15 Nov 2004 06:59:03 -0500 Received: from [69.81.50.174] (helo=[192.168.1.1]) by smtpauth05.mail.atl.earthlink.net with asmtp (Exim 4.34) id 1CTfVe-0007A5-Ab for qemu-devel@nongnu.org; Mon, 15 Nov 2004 06:59:02 -0500 Message-ID: <41989A05.4030704@sunshineco.com> Date: Mon, 15 Nov 2004 06:59:01 -0500 From: Eric Sunshine MIME-Version: 1.0 Subject: Re: [Qemu-devel] 0.6.1 compile error on Mac OS X References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 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