From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GZaWc-0006zv-GW for qemu-devel@nongnu.org; Mon, 16 Oct 2006 18:01:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GZaWa-0006vd-Uz for qemu-devel@nongnu.org; Mon, 16 Oct 2006 18:01:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZaWa-0006uj-GV for qemu-devel@nongnu.org; Mon, 16 Oct 2006 18:01:32 -0400 Received: from [141.209.20.6] (helo=ob1.cmich.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GZafn-00074C-60 for qemu-devel@nongnu.org; Mon, 16 Oct 2006 18:11:03 -0400 Date: Mon, 16 Oct 2006 17:41:53 -0400 (EDT) From: Ishwar Rattan Subject: Re: [Qemu-devel] configure flag for compilation question.. In-Reply-To: <1744490.1160767098528.JavaMail.root@eastrmwml08.mgt.cox.net> Message-ID: References: <1744490.1160767098528.JavaMail.root@eastrmwml08.mgt.cox.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ben Taylor Cc: qemu-devel@nongnu.org On Fri, 13 Oct 2006, Ben Taylor wrote: > Manually add "-L/usr/local/lib -R/usr/local/lib" to the Makefile for the link > phase so it will correctly add those paths to the library lookup. If I had > a code base to look at this instance, I could tell you where. You could > also add those flags to Makefile.target in the SOLARIS specific areas, > which would probably make more sense. Can you point the areas? (I only found one ifdef CONFIG_SOLARIS LIBS+=-lsocket -lnsl -lresolv -L/home/faculty/r/rattan/solqemu/lib -R/home/facul ty/r/rattan/solqemu/lib endif ) and it does not make a difference. -ishwar