[vbox-dev] vbox on freebsd amd64
walt
w41ter at gmail.com
Fri Sep 26 06:17:49 PDT 2008
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
struct exec { /* a.out header */
More information about the vbox-dev
mailing list