From mboxrd@z Thu Jan 1 00:00:00 1970 From: David F Barrera Subject: Re: Build break on SLES 9 Date: Tue, 23 Aug 2005 08:51:35 -0500 Message-ID: <430B29E7.8070704@us.ibm.com> References: <430B1A4F.7000909@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Keir Fraser wrote: > > On 23 Aug 2005, at 13:45, David F Barrera wrote: > >> gcc -m64 -DGCC_PRINTF -Wall -Werror >> -I../../../tools/xenstat/libxenstat/src -c -o xentop.o xentop.c >> gcc -m64 -L../../../tools/xenstat/libxenstat/src xentop.o >> -lxenstat -lcurses -o xentop >> /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse- >> linux/bin/ld: cannot find -lcurses >> collect2: ld returned 1 exit status > > > If you change LD_LIBS in tools/xenstat/xentop/Makefile to include > -lncurses instead of -lcurses, does that fix the build failure? Yes, it does. > > -- Keir > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >