From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: Problems building caml-stubdom Date: Thu, 7 Aug 2008 01:55:34 +0100 Message-ID: <20080807005534.GL4486@implementation> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Geoffrey Lefebvre Cc: Andrew Warfield , Patrick Colp , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Geoffrey Lefebvre, le Wed 06 Aug 2008 15:33:42 -0700, a =E9crit : > I am trying to build the ocaml stub domain and I am having some > compilation issues. I am getting a bunch of undefined references when > linking mini-os.o. Ah. > I have managed to get rid of other linking errors by building ocaml > with -fno-stack-protector and without large file support but I am > still having the linking issue above. Ok. I had just tested with the debian-provided caml binaries. > I think i need to build the ocaml runtime against newlib I guess that's the long run way yes. > but how does one do that? It's not only against newlib, but also against Mini-OS headers. That's a TODO for now. Samuel