From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BgmOa-00043n-3W for qemu-devel@nongnu.org; Sat, 03 Jul 2004 11:25:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BgmOY-00043a-Ao for qemu-devel@nongnu.org; Sat, 03 Jul 2004 11:25:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BgmOY-00043W-3M for qemu-devel@nongnu.org; Sat, 03 Jul 2004 11:25:38 -0400 Received: from [193.252.22.28] (helo=mwinf0304.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BgmMZ-0000HO-G4 for qemu-devel@nongnu.org; Sat, 03 Jul 2004 11:23:35 -0400 Received: from wanadoo.fr (ANice-252-1-39-227.w82-122.abo.wanadoo.fr [82.122.245.227]) by mwinf0304.wanadoo.fr (SMTP Server) with ESMTP id 0C16AA803F8A for ; Sat, 3 Jul 2004 17:23:34 +0200 (CEST) Message-ID: <40E6CF74.6030404@wanadoo.fr> Date: Sat, 03 Jul 2004 17:23:32 +0200 From: Laurent Desnogues MIME-Version: 1.0 Subject: Re: [Qemu-devel] Can't compile source References: <200407031017.48052.menola@sbcglobal.net> In-Reply-To: <200407031017.48052.menola@sbcglobal.net> Content-Type: text/plain; charset=us-ascii; 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 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. Laurent