Displaying 1 result from an estimated 1 matches for "0001fq".
Did you mean:
0001f4
2012 Dec 04
2
Bug#695176: libxen-ocaml-dev ocaml libraries contain build path to .so libraries rather than installed path
Package: libxen-ocaml-dev
Version: 4.2.0-1
Severity: important
Tags: patch
Dear Maintainer,
The ocaml libraries are currently unusable as they contain the build path of .s libraries.
For example:
root at myvm:~# cat test.ml
let _ =
let v = Xenctrl.with_intf (fun h -> Xenctrl.version h) in
()
root at myvm:~# ocamlfind ocamlopt -package xenctrl test.ml -linkpkg -o test
File