From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bgmzx-00046M-Pl for qemu-devel@nongnu.org; Sat, 03 Jul 2004 12:04:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bgmzw-00045i-7Z for qemu-devel@nongnu.org; Sat, 03 Jul 2004 12:04:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bgmzv-00045f-WB for qemu-devel@nongnu.org; Sat, 03 Jul 2004 12:04:16 -0400 Received: from [66.163.170.84] (helo=smtp814.mail.sc5.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1Bgmwx-000683-Sf for qemu-devel@nongnu.org; Sat, 03 Jul 2004 12:01:12 -0400 From: Joe Menola Subject: Re: [Qemu-devel] Can't compile source Date: Sat, 3 Jul 2004 11:01:08 -0500 References: <200407031017.48052.menola@sbcglobal.net> <40E6CF74.6030404@wanadoo.fr> In-Reply-To: <40E6CF74.6030404@wanadoo.fr> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407031101.09131.menola@sbcglobal.net> 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 On Sat July 3 2004 10:23 am, Laurent Desnogues wrote: > Joe Menola wrote: > > /usr/bin/ld: cannot find -lm > > collect2: ld returned 1 exit status > > make[1]: *** [qemu-fast] Error 1 > > make[1]: Leaving directory > > `/mymnt/free/Applications/Linux/pclinux/qemu/i386' make: *** [all] Error > > 1 > > > > From source- "qemu-2004-07-04.tar.gz" > > O/S- Pclinuxos > > gcc- 3.3.1 > > > > What am I missing? > > The statically linkable version of libm (libm.a) which > should be in a package named libc-static or something > like that. > That works, thanks. After satisfying -lm getting an error on -lxt, any insight there? -jm