> 
> Message: 3
> Date: Fri, 26 Sep 2008 17:35:10 +0200
> From: Klaus Espenlaub <[EMAIL PROTECTED]>
> Subject: Re: [vbox-dev] vbox on freebsd amd64
> To: "VirtualBox developer's list" <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; format=flowed; charset=ISO-8859-1
> 
> Desmond Chapman wrote:
> > Does anyone have any luck setting this up?
> > 
> > # cd bin86
> > # make config
> > ===> No options to configure
> > # make clean install clean
> > ===>  Cleaning for bin86-0.16.17
> > ===>  bin86-0.16.17 is only for i386, while you are running amd64.
> > *** Error code 1
> 
> You should be able to grab an i386 binary of those tools and use that. 
> There's not much point in spending any time on making this code work 
> properly with a 64bit gcc.
> 
> Klaus


I have vbox installed on my linux debian partition. That part is 64bit. 

I was also given this: 

Message: 1
Date: Fri, 26 Sep 2008 06:17:49 -0700
From: walt <[EMAIL PROTECTED]>
Subject: Re: [vbox-dev] vbox on freebsd amd64
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: TEXT/PLAIN; charset=US-ASCII
 
 
 
On Fri, 26 Sep 2008, Desmond Chapman wrote:
 
>
> Does anyone have any luck setting this up?
>
> # cd bin86
> # make config
> ===> No options to configure
> # make clean install clean
> ===>  Cleaning for bin86-0.16.17
> ===>  bin86-0.16.17 is only for i386, while you are running amd64.
> *** Error code 1
 
--- ld/x86_aout.h.orig  2003-01-28 17:17:14.000000000 -0500
+++ ld/x86_aout.h       2005-05-07 22:40:05.000000000 -0400
@@ -13,7 +13,9 @@
 typedef long Long;
 #define __OUT_OK 1
 #else
-typedef char Long[4];
+#define __OUT_OK 1
+#include <sys/types.h>
+typedef int32_t Long;
 #endif


But I am not good at applying patches. 
Could I link to the debian partition and use those binaries to run vbox on 
freebsd?


_________________________________________________________________
See how Windows connects the people, information, and fun that are part of your 
life.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093175mrt/direct/01/
_______________________________________________
vbox-dev mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-dev

Reply via email to