|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Build break on SLES 9
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?
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|