Displaying 6 results from an estimated 6 matches for "lxenguest".
Did you mean:
xenguest
2008 May 19
1
error while static linking of libxenctrl and libxenguest
Hello,
When statically linking the following program:
#include <stdio.h>
#include <xenctrl.h>
#include <xenguest.h>
int main(void) {
printf("%p\n", xc_domain_resume);
printf("%p\n", xc_domain_save);
return 0;
}
gcc -static test.c -o test -lxenguest -lxenctrl -lpthread -lz
we get
/usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../../lib/libxenctrl.a(xc_private.o): In function `lock_pages'':
/home/sthibault/xen-unstable-stubdom.hg/tools/libxc/xc_private.c:130: multiple definition of `lock_pages''
/usr/lib/gcc/x86_64-linux-gnu/4.2.3/...
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...b $(lib)) $(foreach arg,$(LIBS_$(1)),-ldopt $(arg))
+ endef
+
+ define OCAML_NOC_LIBRARY_template
+--- a/tools/ocaml/libs/xc/Makefile
++++ b/tools/ocaml/libs/xc/Makefile
+@@ -9,7 +9,8 @@
+ INTF = xenctrl.cmi
+ LIBS = xenctrl.cma xenctrl.cmxa
+
+-LIBS_xenctrl = -L$(XEN_ROOT)/tools/libxc -lxenctrl -lxenguest
++LIBS_xenctrl = $(LDLIBS_libxenctrl) $(LDLIBS_libxenguest)
++LIBS_xenctrl_SYSTEM = $(LDLIBS_libxenctrl_SYSTEM) $(LDLIBS_libxenguest_SYSTEM)
+
+ xenctrl_OBJS = $(OBJS)
+ xenctrl_C_OBJS = xenctrl_stubs
+--- a/tools/ocaml/xenstored/Makefile
++++ b/tools/ocaml/xenstored/Makefile
+@@ -36,7 +36,9 @@
+...
2006 Mar 14
0
Python error: must supply either home or prefix/exec-prefix -- not both
.../temp.linux-x86_64-2.4/xen/lowlevel/xs/xs.o -fno-strict-aliasing
-Wall -Werror
gcc -pthread -shared -O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall
-Wstrict-prototypes -Wdeclaration-a fter-statement
build/temp.linux-x86_64-2.4/xen/lowlevel/xs/xs.o -L../../tools/libxc
-L../../tools/xen store -lxenctrl -lxenguest -lxenstore -o
build/lib.linux-x86_64-2.4/xen/lowlevel/xs.so
CFLAGS="-O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes
-Wdeclaration-after-statemen t " python setup.py install
--home="/home/unisys/xen-unstable.hg/dist/install/usr" --force
running install
error: mus...
2011 Nov 29
6
[OCAML 0/7] V4 or so of the xen ocaml packaging patches
Here is the latest version of the patches to package the ocaml libraries. Changes
since last time:
* rename the packages from libxen-4.1-ocaml* to libxen-ocaml* - we wont be
looking to install multiple concurrent versions of the same package, so
the version doesn't need to be in the package name
* Removed superfluous GENCONTROL definitions - dh_ocaml does what we need
* Removed
2011 Nov 15
6
[OCAML 0/7] Xen ocaml library packaging
This is an update to the patches sent out on 25th October. I expect,
as before, that some of the larger patches won't get to the list so
they are also available here:
https://github.com/jonludlam/pkg-xen/commits/for-debian6.
Changes since last mail:
* I have split out the unrelated change to include 2 extra header files
in libxen-dev
* I have removed some instances of brace expansion
2008 Feb 19
6
stubdom questions
...lib/xmalloc.o lib/xs.o
xenbus/xenbus.o console/console.o console/xencons_ring.o lwip.a
/home/another/gzhai/srcs/hg/xen-dev/hv/stubdom/ioemu/i386-dm-stubdom/qemu.a
/home/another/gzhai/srcs/hg/xen-dev/hv/stubdom/ioemu/i386-dm-stubdom/libqemu.a
-Larch/x86 -lx86_32 -L../../stubdom/libxc -lxenctrl -lxenguest -lpci -lz -lc -o
mini-os.o
i686-xen-elf-objcopy -w -G xenos_* -G _start mini-os.o mini-os.o
i686-xen-elf-ld -m elf_i386 -T arch/x86/minios-x86_32.lds mini-os.o -o mini-os
mini-os.o: In function `bdrv_snapshot_dump'':
/home/gzhai/srcs/hg/xen-dev/hv/stubdom/ioemu/block.c:1042: undefined re...