|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Build break on SLES 9
On Tue, 2005-08-23 at 08:51 -0500, David F Barrera wrote:
> 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.
Thanks for pointing out and fixing this issue. Many distributions ship
links from libcurses.{a,so} to libncurses.{a,so}, including all the
distributions we tested on (Debian, Gentoo, and Fedora); apparently SLES
9 does not.
- Josh Triplett
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|