<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<br>> <br>> Message: 3<br>> Date: Fri, 26 Sep 2008 17:35:10 +0200<br>> From: Klaus Espenlaub <Klaus.Espenlaub@Sun.COM><br>> Subject: Re: [vbox-dev] vbox on freebsd amd64<br>> To: "VirtualBox developer's list" <vbox-dev@virtualbox.org><br>> Message-ID: <48DD012E.1060402@sun.com><br>> Content-Type: text/plain; format=flowed; charset=ISO-8859-1<br>> <br>> Desmond Chapman wrote:<br>> > Does anyone have any luck setting this up?<br>> > <br>> > # cd bin86<br>> > # make config<br>> > ===> No options to configure<br>> > # make clean install clean<br>> > ===>  Cleaning for bin86-0.16.17<br>> > ===>  bin86-0.16.17 is only for i386, while you are running amd64.<br>> > *** Error code 1<br>> <br>> You should be able to grab an i386 binary of those tools and use that. <br>> There's not much point in spending any time on making this code work <br>> properly with a 64bit gcc.<br>> <br>> Klaus<br><br><br>I have vbox installed on my linux debian partition. That part is 64bit. <br><br>I was also given this: <br><br><pre>Message: 1<br>Date: Fri, 26 Sep 2008 06:17:49 -0700<br>From: walt <w41ter@gmail.com><br>Subject: Re: [vbox-dev] vbox on freebsd amd64<br>To: vbox-dev@virtualbox.org<br>Message-ID: <alpine.LNX.2.00.0809260616040.11322@x9.ybpnyarg><br>Content-Type: TEXT/PLAIN; charset=US-ASCII<br> <br> <br> <br>On Fri, 26 Sep 2008, Desmond Chapman wrote:<br> <br>><br>> Does anyone have any luck setting this up?<br>><br>> # cd bin86<br>> # make config<br>> ===> No options to configure<br>> # make clean install clean<br>> ===>  Cleaning for bin86-0.16.17<br>> ===>  bin86-0.16.17 is only for i386, while you are running amd64.<br>> *** Error code 1<br> <br>--- ld/x86_aout.h.orig 2003-01-28 17:17:14.000000000 -0500<br>+++ ld/x86_aout.h  2005-05-07 22:40:05.000000000 -0400<br>@@ -13,7 +13,9 @@<br> typedef long Long;<br> #define __OUT_OK 1<br> #else<br>-typedef char Long[4];<br>+#define __OUT_OK 1<br>+#include <sys/types.h><br>+typedef int32_t Long;<br> #endif<br><br><br>But I am not good at applying patches. <br>Could I link to the debian partition and use those binaries to run vbox on freebsd?<br></pre><br><br /><hr />See how Windows connects the people, information, and fun that are part of your life. <a href='http://clk.atdmt.com/MRT/go/msnnkwxp1020093175mrt/direct/01/' target='_new'>See Now</a></body>
</html>