From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KfHH6-0005Ce-FG for qemu-devel@nongnu.org; Mon, 15 Sep 2008 12:50:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KfHH4-0005B0-PX for qemu-devel@nongnu.org; Mon, 15 Sep 2008 12:50:08 -0400 Received: from [199.232.76.173] (port=44280 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfHH4-0005Ai-H1 for qemu-devel@nongnu.org; Mon, 15 Sep 2008 12:50:06 -0400 Received: from wr-out-0506.google.com ([64.233.184.225]:18187) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KfHH4-00069O-68 for qemu-devel@nongnu.org; Mon, 15 Sep 2008 12:50:06 -0400 Received: by wr-out-0506.google.com with SMTP id c46so1540779wra.18 for ; Mon, 15 Sep 2008 09:50:05 -0700 (PDT) Message-ID: <48CE9209.205@codemonkey.ws> Date: Mon, 15 Sep 2008 11:49:13 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] fd_open not available on OS X References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 C.W. Betts wrote: > when trying to compile qemu on OS X, I get the following error: Should be fixed now. Sorry, I really need to setup a BSD build environment. Regards, Anthony Liguori > Undefined symbols: > "_fd_open", referenced from: > _raw_getlength in block-raw-posix.o > _raw_pwrite_aligned in block-raw-posix.o > _raw_pread_aligned in block-raw-posix.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make: *** [qemu-img] Error 1 > > > > >