From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B60zZ-0007MJ-Nk for qemu-devel@nongnu.org; Wed, 24 Mar 2004 00:31:53 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B60z2-00073P-VD for qemu-devel@nongnu.org; Wed, 24 Mar 2004 00:31:52 -0500 Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B60z2-00073L-Mr for qemu-devel@nongnu.org; Wed, 24 Mar 2004 00:31:20 -0500 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B60yx-0001M0-00 for ; Wed, 24 Mar 2004 06:31:15 +0100 Received: from stradivarius.ressukka.net ([212.182.193.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Mar 2004 06:31:15 +0100 Received: from ressu by stradivarius.ressukka.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Mar 2004 06:31:15 +0100 From: Sami Haahtinen Date: Wed, 24 Mar 2004 07:31:09 +0200 Message-ID: References: <200403231722.13255.jm@poure.com> <200403232201.08745.jm@poure.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit In-Reply-To: <200403232201.08745.jm@poure.com> Sender: news Subject: [Qemu-devel] Re: Static build 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 Jean-Michel POURE wrote: > Le Tuesday 23 March 2004 21:27, Sami Haahtinen a écrit : > Although I did not choose the --static option, > the config-host.mak file includes: > > SDL_STATIC_LIBS=-lSDL -lpthread -lm -ldl -lasound -L/usr/X11R6/lib -lX11 > -lXext -lvga -laa > > On another host, where Qemu is able to compile, the same file contains: > SDL_STATIC_LIBS=-lSDL -lpthread -lm -ldl -L/usr/X11R6/lib -lX11 -lXext I think that line is generated by sdl-config, as my line said a completely different thing (and i needed to add -lgpm) -- Sami