From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan March Subject: Re: Xen 4.1.0 RC2 released, Date: Fri, 28 Jan 2011 13:19:14 -0800 Message-ID: <4D4332D2.1010506@gt.net> References: <4D41FA20.40509@gt.net> <1296204837.14780.6925.camel@zakaz.uk.xensource.com> <4D43146C.50203@gt.net> <1296241979.20804.88.camel@localhost.localdomain> <4D431792.2040303@gt.net> <1296243386.20804.97.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1296243386.20804.97.camel@localhost.localdomain> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 1/28/2011 11:36 AM, Ian Campbell wrote: > Sure. Please can you accumulate all the necessary fixes for the > as-needed stuff and send them out as one patch once it's all fixed up. Sure, will do. Couldn't see an obvious fix for this one: gcc -o xl xl.o xl_cmdimpl.o xl_cmdtable.o libxlutil.so libxenlight.so -L../../tools/libxc -lxenctrl -ldl -L../../tools/libxc -lxenguest -L../../tools/xenstore -lxenstore -L../../tools/blktap2/control -lblktapctl -lutil -luuid libxenlight.so: undefined reference to `xc_dom_mem_init' libxenlight.so: undefined reference to `xc_cpuid_apply_policy' libxenlight.so: undefined reference to `xs_daemon_destroy_postfork' libxenlight.so: undefined reference to `xs_introduce_domain' *snip* gcc -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .libxenlight.so.1.0.0.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Werror -Wno-format-zero-length -Wmissing-declarations -I. -fPIC -I../../tools/libxc -I../../tools/include -I../../tools/libxc -I../../tools/include -I../../tools/xenstore -I../../tools/include -I../../tools/blktap2/control -I../../tools/blktap2/include -I../../tools/include -Wl,-soname -Wl,libxenlight.so.1.0 -shared -o libxenlight.so.1.0.0 flexarray.o libxl.o libxl_create.o libxl_dm.o libxl_pci.o libxl_dom.o libxl_exec.o libxl_xshelp.o libxl_device.o libxl_internal.o libxl_utils.o osdeps.o libxl_paths.o libxl_bootloader.o libxl_blktap2.o libxl_cpuid.o _libxl_types.o - Nathan